web2019/server/main.py

5 lines
48 B
Python

from app import create_app
app = create_app()