1
0
mirror of synced 2025-02-02 12:47:25 +01:00
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",
]