mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
5 lines
114 B
Python
5 lines
114 B
Python
from manager import Manager
|
|
if __name__ == "__main__":
|
|
print("backend started")
|
|
m = Manager()
|
|
m.loop() |