# -*- coding:utf-8 -*- from ahserver.webapp import webapp def init(): pass if __name__ == "__main__": webapp(init)