feat: add shared runtime with FastAPI job server and safety pipeline
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
Compatibility wrapper.
|
||||
|
||||
Preferred entry point:
|
||||
python main.py "<job>"
|
||||
python main.py run "<job>"
|
||||
"""
|
||||
|
||||
from src.cli import main
|
||||
from src.app_main import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user