main.py 100 B

1234
  1. # -*- coding: utf-8 -*-
  2. from demeter.web import *
  3. import web.page
  4. Web.start(application=[web.page,])