3 lines
82 B
Python
3 lines
82 B
Python
from routers.base import get_routers
|
|
|
|
public_app, app, app_apikey = get_routers()
|