Exemplo n.º 1
0
def main():

    udpServer = UDP_Server.UDPServer()
    udpServer.start()

    httpserver = HTTPServer()
    httpserver.start()