1
0
mirror of synced 2025-01-06 01:14:20 +01:00
bemaniutils/bemani/frontend/account/__init__.py
2019-12-10 01:10:14 +00:00

7 lines
95 B
Python

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