Skip to content

Commit cedde97

Browse files
authored
Add Destination type to public API exports (#118)
1 parent 3c3dc32 commit cedde97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pyloadapi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
from .api import PyLoadAPI
66
from .exceptions import CannotConnect, InvalidAuth, ParserError
7-
from .types import LoginResponse, StatusServerResponse
7+
from .types import Destination, LoginResponse, StatusServerResponse
88

99
__all__ = [
1010
"CannotConnect",
11+
"Destination",
1112
"InvalidAuth",
1213
"LoginResponse",
1314
"ParserError",

0 commit comments

Comments
 (0)