From 981a4c4fcec9890e4191ef97df8ce7238f89fec4 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 19 Feb 2024 16:29:05 +0300 Subject: [PATCH] buildsystemver-fix-2 --- __init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..99bd4ed6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,6 @@ +import os +import sys + +# Получаем путь к корневой директории проекта +root_path = os.path.abspath(os.path.dirname(__file__)) +sys.path.append(root_path)