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