You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from admin_app.view.assets import PANEL_STATIC_DIRECTORY, PANEL_STATIC_MOUNT_NAME
|
|
from admin_app.view.router import panel_router
|
|
|
|
__all__ = [
|
|
"PANEL_STATIC_DIRECTORY",
|
|
"PANEL_STATIC_MOUNT_NAME",
|
|
"panel_router",
|
|
]
|
|
|