sourcing/autoapp.py
2017-01-30 10:22:05 +00:00

3 lines
67 B
Python

from sourcing import create_app
app = create_app('config.default')