wsgi.py 55 Bytes
Newer Older
torgiren's avatar
torgiren committed
1
2
3
from appsservice import create_app

app = create_app()