run dev_tool.run root = Path.cwd() module-attribute package = Path(__file__).parent module-attribute run Source code in dev_tool/run.py 23 24 25 26 27def run() -> None: atexit.register(cleanup) with logger(): main()