3 lines
67 B
Python
3 lines
67 B
Python
|
from sourcing import create_app
|
||
|
app = create_app('config.default')
|