update __all__

This commit is contained in:
cloudwithax 2023-03-12 22:58:49 -04:00
parent b1ec08026d
commit b561f272a5
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ __all__ = (
"RouteStrategy", "RouteStrategy",
"RouteIPType", "RouteIPType",
"URLRegex", "URLRegex",
"LogLevel",
) )

View File

@ -20,6 +20,7 @@ __all__ = (
"FailingIPBlock", "FailingIPBlock",
"RouteStats", "RouteStats",
"Ping", "Ping",
"LavalinkVersion",
) )