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 9d0df8a commit d4133c1Copy full SHA for d4133c1
deltachat-rpc-client/src/deltachat_rpc_client/__init__.py
@@ -3,24 +3,9 @@
3
from .account import Account
4
from .chat import Chat
5
from .client import Bot, Client
6
+from ._generated_types import *
7
from .const import EventType, SpecialContactId
8
from .contact import Contact
9
from .deltachat import DeltaChat
10
from .message import Message
11
from .rpc import Rpc
-
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