mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-29 05:04:49 -05:00
7 lines
87 B
Python
7 lines
87 B
Python
from bemani.frontend.admin.admin import admin_pages
|
|
|
|
|
|
__all__ = [
|
|
"admin_pages",
|
|
]
|