1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/bemani/backend/mga/__init__.py
2021-09-04 17:17:22 +02:00

9 lines
191 B
Python

from bemani.backend.mga.factory import MetalGearArcadeFactory
from bemani.backend.mga.base import MetalGearArcadeBase
__all__ = [
"MetalGearArcadeFactory",
"MetalGearArcadeBase",
]