bemaniutils/bemani/frontend/admin/__init__.py

6 lines
86 B
Python

from bemani.frontend.admin.admin import admin_pages
__all__ = [
"admin_pages",
]