1 2 3 4 5 6
#!/usr/bin/python3 # coding=utf-8 if __name__ == '__main__': import server server.start()