6 lines
176 B
Python
6 lines
176 B
Python
"""Admin console: the ``ui/`` SPA served from the admin port plus its login."""
|
|
|
|
from beaver_gateway.frontends.admin.frontend import AdminFrontend
|
|
|
|
__all__ = ["AdminFrontend"]
|