Skip to content

Commit f90cc73

Browse files
committed
Add RemoteBoxDefaults to __all__
1 parent d13abde commit f90cc73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tgbox/api/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
'DirectoryRoot',
3535
'PreparedFile',
3636
'TelegramClient',
37-
'DefaultsTableWrapper'
37+
'DefaultsTableWrapper',
38+
'RemoteBoxDefaults'
3839
]
3940
class TelegramClient(TTelegramClient):
4041
"""

0 commit comments

Comments
 (0)