bemaniutils/bemani/backend/sdvx/__init__.py

8 lines
176 B
Python

from bemani.backend.sdvx.factory import SoundVoltexFactory
from bemani.backend.sdvx.base import SoundVoltexBase
__all__ = [
"SoundVoltexFactory",
"SoundVoltexBase",
]