toml config
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user