1
0
mirror of synced 2024-11-15 02:17:36 +01:00
bemaniutils/bemani/frontend/museca/__init__.py
2019-12-10 01:10:14 +00:00

9 lines
166 B
Python

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