1
0
mirror of synced 2024-12-03 01:57:18 +01:00
bemaniutils/bemani/backend/ess/__init__.py

7 lines
95 B
Python
Raw Normal View History

from bemani.backend.ess.eventlog import EventLogHandler
__all__ = [
"EventLogHandler",
]