surfaces/adapter/max/handlers/__init__.py

5 lines
130 B
Python

"""MAX surface handlers."""
from adapter.max.handlers.commands import register_max_handlers
__all__ = ["register_max_handlers"]