8 lines
110 B
Python

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