| 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) |
| 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) |