5 lines
104 B
Python
5 lines
104 B
Python
from orchestrator import Orchestrator
|
|
|
|
if __name__ == '__main__':
|
|
Orchestrator().setup_msg_queues()
|