We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3dc32 commit cedde97Copy full SHA for cedde97
src/pyloadapi/__init__.py
@@ -4,10 +4,11 @@
4
5
from .api import PyLoadAPI
6
from .exceptions import CannotConnect, InvalidAuth, ParserError
7
-from .types import LoginResponse, StatusServerResponse
+from .types import Destination, LoginResponse, StatusServerResponse
8
9
__all__ = [
10
"CannotConnect",
11
+ "Destination",
12
"InvalidAuth",
13
"LoginResponse",
14
"ParserError",
0 commit comments