main.py 92 B

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