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