3 lines
66 B
Python
3 lines
66 B
Python
from app.main import create_app
|
|
|
|
app = create_app(role="gateway")
|
from app.main import create_app
|
|
|
|
app = create_app(role="gateway")
|