sourcing/autoapp.py

3 lines
67 B
Python
Raw Normal View History

2017-01-30 10:22:05 +00:00
from sourcing import create_app
app = create_app('config.default')