File size: 178 Bytes
dae1f89
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import sys
import os

# Add parent directory to path so 'app' can be found
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

from app.main import app