main.py 81 B

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