File size: 153 Bytes
b75c637
 
 
 
 
 
1
2
3
4
5
6
7
"""Allow ``python -m engine`` to run the pipeline orchestrator."""

from engine.pipeline_orchestrator import main

if __name__ == "__main__":
    main()