5 lines
57 B
Python
5 lines
57 B
Python
|
from .app import create_app
|
||
|
|
||
|
application = create_app()
|
||
|
|