1
0
mirror of synced 2024-11-14 18:07:36 +01:00
bemaniutils/bemani/client/mga/__init__.py
cracrayol f541acb206 Add trafficgen support for MGA
Fix codestyle in frontend.py
2021-09-05 13:29:43 +02:00

7 lines
101 B
Python

from bemani.client.mga.mga import MetalGearArcadeClient
__all__ = [
"MetalGearArcadeClient",
]