diff --git a/litecord/gateway/__init__.py b/litecord/gateway/__init__.py index 116175c..4835a19 100644 --- a/litecord/gateway/__init__.py +++ b/litecord/gateway/__init__.py @@ -1 +1,3 @@ +__all__ = ['websocket_handler'] + from .gateway import websocket_handler