from pathlib import Path import runpy runpy.run_path(str(Path(__file__).parent / "demo" / "app.py"), run_name="__main__")