1
0
mirror of synced 2024-11-28 16:00:51 +01:00
bemaniutils/bemani/frontend/account/__init__.py

7 lines
95 B
Python
Raw Normal View History

from bemani.frontend.account.account import account_pages
__all__ = [
"account_pages",
]