1 2 3 4 5 6
#!/usr/bin/python2 import sys sys.path.append("./lib") from server import Server server = Server() server.run()