dlt._workspace.deployment.launchers.module
Launcher for plain Python modules via main.
run
def run(entry_point: TRuntimeEntryPoint) -> None
Replace current process with python -m <module_name>.
Launcher for plain Python modules via main.
def run(entry_point: TRuntimeEntryPoint) -> None
Replace current process with python -m <module_name>.