1
0
mirror of synced 2024-12-17 00:35:52 +01:00
bemaniutils/bemani/frontend/iidx/__init__.py

9 lines
154 B
Python
Raw Normal View History

from bemani.frontend.iidx.endpoints import iidx_pages
from bemani.frontend.iidx.cache import IIDXCache
__all__ = [
"IIDXCache",
"iidx_pages",
]