mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-05-20 18:08:20 -05:00
7 lines
83 B
Python
7 lines
83 B
Python
from bemani.frontend.home.home import home_pages
|
|
|
|
|
|
__all__ = [
|
|
"home_pages",
|
|
]
|