add some useful imports to ircrobots/__init__.py

This commit is contained in:
jesopo 2020-04-02 18:16:29 +01:00
parent 03c71f6498
commit 0dd7121469
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
from .bot import Bot
from .server import Server
from .params import ConnectionParams, SASLUserPass, SASLExternal