4 lines
134 B
Python
4 lines
134 B
Python
# this file will be overwritten by the managed saas
|
|
from routers.base import get_routers
|
|
|
|
public_app, app, app_apikey = get_routers()
|