notifier/__init__.py

7 lines
188 B
Python
Raw Normal View History

2024-02-18 05:28:51 +00:00
import os
import sys
# Получаем путь к корневой директории проекта
root_path = os.path.abspath(os.path.dirname(__file__))
sys.path.append(root_path)