5 lines
130 B
Python
5 lines
130 B
Python
"""MAX surface handlers."""
|
|
|
|
from adapter.max.handlers.commands import register_max_handlers
|
|
|
|
__all__ = ["register_max_handlers"]
|