inbox/__init__.py
Untone 106f1bfbde
All checks were successful
deploy / deploy (push) Successful in 1m23s
pythonpath-patch
2024-02-18 08:28:20 +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)