sso/app.py

4 lines
55 B
Python
Raw Permalink Normal View History

2020-02-24 18:46:38 +00:00
from website.app import create_app
app = create_app()