4 lines
48 B
Python
4 lines
48 B
Python
from .app import create_app
|
|
|
|
app = create_app()
|
from .app import create_app
|
|
|
|
app = create_app()
|