sso/app.py

4 lines
55 B
Python

from website.app import create_app
app = create_app()