Initial Commit

This commit is contained in:
belviskhoremk
2026-05-12 00:34:21 +00:00
commit d2dc43b16f
57 changed files with 6056 additions and 0 deletions

3
conftest.py Normal file
View File

@@ -0,0 +1,3 @@
import sys, os
# Ensure the project root is on the path so `from main import app` works
sys.path.insert(0, os.path.dirname(__file__))