from wa_client import Client from wa_server import Server SERVER_PORT = 7778 if __name__ == '__main__': s = Server(SERVER_PORT) s.start()