web2019/server/main.py

5 lines
48 B
Python
Raw Normal View History

from app import create_app
app = create_app()