File size: 196 Bytes
a1e520f |
1 2 3 4 5 6 |
import os
import sys
# Add the parent directory to Python path so we can import app modules
app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, app_dir) |