#!/usr/bin/env python3 """Wrapper kept at the historic path after the tree split.""" from pathlib import Path import runpy runpy.run_path( str(Path(__file__).resolve().parents[1] / "periscope" / "src" / "scripts" / "smoke_simple_project.py"), run_name="__main__", )