toml config

This commit is contained in:
2025-01-20 15:39:23 +08:00
parent b9cde3e874
commit b8b7f5c768
5 changed files with 8 additions and 7 deletions

View File

@@ -3,5 +3,5 @@ import sys
from pathlib import Path
# Add the src directory to the Python path
src_path = Path(__file__).parent.parent / "app"
src_path = Path(__file__).parent.parent
sys.path.insert(0, str(src_path))