10 lines
135 B
Python

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