1
0
mirror of synced 2024-12-11 05:55:58 +01:00
bemaniutils/bemani/frontend/museca/__init__.py

9 lines
166 B
Python
Raw Normal View History

from bemani.frontend.museca.endpoints import museca_pages
from bemani.frontend.museca.cache import MusecaCache
__all__ = [
"MusecaCache",
"museca_pages",
]