Skip to content

run

dev_tool.run

root = Path.cwd() module-attribute

package = Path(__file__).parent module-attribute

run

Source code in dev_tool/run.py
def run() -> None:
    atexit.register(cleanup)

    with logger():
        main()