lepanto1571's picture
Upload 17 files
a1e520f verified
raw
history blame contribute delete
196 Bytes
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)