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