main.py 91 B

1234
  1. from wiki import app as application
  2. if __name__ == '__main__':
  3. application.run(port=8080)