cce-search-prototype/wsgi.py

4 lines
54 B
Python

from cce_search import create_app
app = create_app()