add some useful imports to ircrobots/__init__.py
This commit is contained in:
parent
03c71f6498
commit
0dd7121469
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
|
||||
from .bot import Bot
|
||||
from .server import Server
|
||||
from .params import ConnectionParams, SASLUserPass, SASLExternal
|
||||
|
|
Loading…
Reference in a new issue