4 lines
56 B
Python
4 lines
56 B
Python
from applications import create_app
|
|
|
|
app = create_app()
|
from applications import create_app
|
|
|
|
app = create_app()
|