add BasePlugin to plugins.__all__
This commit is contained in:
parent
5eb17e7633
commit
26fb0d1f91
1 changed files with 2 additions and 0 deletions
|
@ -114,4 +114,6 @@ __all__ = [
|
||||||
'xep_0441', # Message Archive Management Preferences
|
'xep_0441', # Message Archive Management Preferences
|
||||||
'xep_0444', # Message Reactions
|
'xep_0444', # Message Reactions
|
||||||
'xep_0461', # Message Replies
|
'xep_0461', # Message Replies
|
||||||
|
# Meant to be imported by plugins
|
||||||
|
'BasePlugin'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue