Spaces:
Running
Running
Update PolyAgent/orchestrator.py
Browse files
PolyAgent/orchestrator.py
CHANGED
|
@@ -2985,4 +2985,4 @@ class PolymerOrchestrator:
|
|
| 2985 |
if __name__ == "__main__":
|
| 2986 |
cfg = OrchestratorConfig(paths=PathsConfig())
|
| 2987 |
orch = PolymerOrchestrator(cfg)
|
| 2988 |
-
print("PolymerOrchestrator ready
|
|
|
|
| 2985 |
if __name__ == "__main__":
|
| 2986 |
cfg = OrchestratorConfig(paths=PathsConfig())
|
| 2987 |
orch = PolymerOrchestrator(cfg)
|
| 2988 |
+
print("PolymerOrchestrator ready.")
|