main.py 102 B

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