mod-osint / engine /__main__.py
moddux's picture
deploy: HF sanitized GUI snapshot
b75c637
raw
history blame contribute delete
153 Bytes
"""Allow ``python -m engine`` to run the pipeline orchestrator."""
from engine.pipeline_orchestrator import main
if __name__ == "__main__":
main()