installmgr/installmgr.py

6 lines
80 B
Python

"""Application Flask: ScoDoc
"""
from app import create_app
app = create_app()