fix max-bot, add tests

This commit is contained in:
Александра Пронина 2026-05-15 10:22:43 +03:00
parent 7abbaf7e7a
commit 2ad1438e1c
17 changed files with 1621 additions and 494 deletions

View file

@ -1 +1,5 @@
"""MAX surface handlers."""
"""MAX surface handlers."""
from adapter.max.handlers.commands import register_max_handlers
__all__ = ["register_max_handlers"]