chore(handler/__init__.py): add module init

This commit is contained in:
2026-03-03 18:53:05 +01:00
parent c952413d91
commit ec58a5257a

View File

@@ -0,0 +1,4 @@
from .base_handler import BaseHandler
from .hello_handler import HelloHandler
__all__ = ["BaseHandler", "HelloHandler"]