diff --git a/pomice/enums.py b/pomice/enums.py index 6974120..24335ba 100644 --- a/pomice/enums.py +++ b/pomice/enums.py @@ -11,6 +11,7 @@ __all__ = ( "RouteStrategy", "RouteIPType", "URLRegex", + "LogLevel", ) diff --git a/pomice/utils.py b/pomice/utils.py index f8a3875..e18b937 100644 --- a/pomice/utils.py +++ b/pomice/utils.py @@ -20,6 +20,7 @@ __all__ = ( "FailingIPBlock", "RouteStats", "Ping", + "LavalinkVersion", )