pythonpath-patch
All checks were successful
deploy / deploy (push) Successful in 1m23s

This commit is contained in:
Untone 2024-02-18 08:28:20 +03:00
parent 601330246d
commit 106f1bfbde

View File

@ -0,0 +1,6 @@
import os
import sys
# Получаем путь к корневой директории проекта
root_path = os.path.abspath(os.path.dirname(__file__))
sys.path.append(root_path)