from server import ModuleServer
if __name__ == "__main__":
server = ModuleServer(host="0.0.0.0", port=5000)
server.start()