Merge branch 'add-public-names-in-_all_' into 'master'
Add public names in all See merge request poezio/slixmpp!225
This commit is contained in:
commit
980afe791f
2 changed files with 3 additions and 1 deletions
|
@ -114,4 +114,6 @@ __all__ = [
|
|||
'xep_0441', # Message Archive Management Preferences
|
||||
'xep_0444', # Message Reactions
|
||||
'xep_0461', # Message Replies
|
||||
# Meant to be imported by plugins
|
||||
'BasePlugin'
|
||||
]
|
||||
|
|
|
@ -84,7 +84,7 @@ MAMDefault = Literal['always', 'never', 'roster']
|
|||
FilterString = Literal['in', 'out', 'out_sync']
|
||||
|
||||
__all__ = [
|
||||
'Protocol', 'TypedDict', 'Literal', 'OptJid', 'JidStr', 'MAMDefault',
|
||||
'Protocol', 'TypedDict', 'Literal', 'OptJid', 'OptJidStr', 'JidStr', 'MAMDefault',
|
||||
'PresenceTypes', 'PresenceShows', 'MessageTypes', 'IqTypes', 'MucRole',
|
||||
'MucAffiliation', 'FilterString',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue