This commit is contained in:
Untone 2024-02-18 13:13:44 +03:00
parent 733292b0f2
commit 320ecb3e5a

6
__init__.py Normal file
View File

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