1
0
mirror of synced 2024-12-11 05:55:58 +01:00
bemaniutils/bemani/client/bishi/__init__.py

7 lines
109 B
Python
Raw Normal View History

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