core/__init__.py
Untone 981a4c4fce
All checks were successful
Deploy to core / deploy (push) Successful in 1m10s
buildsystemver-fix-2
2024-02-19 16:29:05 +03:00

7 lines
188 B
Python

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