sso/app.py
2020-02-24 19:46:38 +01:00

3 lines
55 B
Python

from website.app import create_app
app = create_app()