chore(handler/__init__.py): add AckHandler to __all__
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .base_handler import BaseHandler
|
||||
from .hello_handler import HelloHandler
|
||||
from .ack_handler import AckHandler
|
||||
|
||||
__all__ = ["BaseHandler", "HelloHandler"]
|
||||
__all__ = ["BaseHandler", "HelloHandler", "AckHandler"]
|
||||
|
||||
Reference in New Issue
Block a user