Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moddux
/
mod-osint
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mod-osint
/
engine
/
__main__.py
moddux
deploy: HF sanitized GUI snapshot
b75c637
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
"""Allow ``python -m engine`` to run the pipeline orchestrator."""
from
engine.pipeline_orchestrator
import
main
if
__name__ ==
"__main__"
:
main()