1
0
mirror of synced 2024-11-13 17:40:47 +01:00
bemaniutils/bemani/client/bishi/__init__.py
2019-12-10 01:10:14 +00:00

7 lines
109 B
Python

from bemani.client.bishi.bishi import TheStarBishiBashiClient
__all__ = [
"TheStarBishiBashiClient",
]