4 lines
61 B
Python
4 lines
61 B
Python
from flaskbase import create_app
|
|
|
|
application = create_app()
|
from flaskbase import create_app
|
|
|
|
application = create_app()
|