initial commit

This commit is contained in:
2026-05-14 18:38:09 +03:00
commit f41d64f39b
32 changed files with 1469 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import sys
from pathlib import Path
# Add the python directory to sys.path for imports
python_dir = Path(__file__).parent
sys.path.insert(0, str(python_dir))