main.py 104 B

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