1
0
mirror of synced 2024-11-28 07:50:51 +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",
]