"""Allow ``python -m engine`` to run the pipeline orchestrator.""" from engine.pipeline_orchestrator import main if __name__ == "__main__": main()