1
0
mirror of synced 2024-12-19 09:45:53 +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",
]