#!/usr/bin/python2 import sys sys.path.append("./lib") from server import Server server = Server() server.run()