import sys import os # Ensure src is in path sys.path.append(os.path.dirname(os.path.abspath(__file__))) from src.server import app