Skip to content

Commit d4133c1

Browse files
committed
Use generated types
1 parent 9d0df8a commit d4133c1

File tree

4 files changed

+790
-20
lines changed

4 files changed

+790
-20
lines changed

deltachat-rpc-client/src/deltachat_rpc_client/__init__.py

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,9 @@
33
from .account import Account
44
from .chat import Chat
55
from .client import Bot, Client
6+
from ._generated_types import *
67
from .const import EventType, SpecialContactId
78
from .contact import Contact
89
from .deltachat import DeltaChat
910
from .message import Message
1011
from .rpc import Rpc
11-
12-
__all__ = [
13-
"Account",
14-
"AttrDict",
15-
"Bot",
16-
"Chat",
17-
"Client",
18-
"Contact",
19-
"DeltaChat",
20-
"EventType",
21-
"Message",
22-
"SpecialContactId",
23-
"Rpc",
24-
"run_bot_cli",
25-
"run_client_cli",
26-
]

0 commit comments

Comments
 (0)