Skip to content
Snippets Groups Projects
Commit 20143bb7 authored by JORGE SASIAIN's avatar JORGE SASIAIN
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
from orchestrator import OrchestratorCore
from orchestrator.cli.main import app as core_cli
from orchestrator.settings import AppSettings
app = OrchestratorCore(base_settings=AppSettings())
if __name__ == "__main__":
core_cli()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment