File size: 134 Bytes
57bbccb
 
 
 
 
1
2
3
4
5
6
import sys
import os

# Ensure the project root is in sys.path so 'app' can be imported
sys.path.insert(0, os.path.dirname(__file__))