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