wsgi.py 78 B

123
  1. from flexmeasures.app import create as create_app
  2. application = create_app()