1
0
mirror of synced 2024-12-15 15:51:15 +01:00
bemaniutils/bemani/frontend/mga/__init__.py

9 lines
172 B
Python
Raw Normal View History

2021-09-04 17:17:22 +02:00
from bemani.frontend.mga.endpoints import mga_pages
from bemani.frontend.mga.cache import MetalGearArcadeCache
__all__ = [
"MetalGearArcadeCache",
"mga_pages",
]