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