#!/usr/bin/python3 # coding=utf-8 if __name__ == '__main__': # import server # server.start() import server.socket server.socket.serve_forever()