from manager import Manager if __name__ == "__main__": print("backend started") m = Manager() m.loop()