Fix imports

This commit is contained in:
Joscha 2019-04-19 11:09:08 +00:00
parent 6a15e1a948
commit 74a8adfa58
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
- add docstrings to `Bot`
- change `KILL_REPLY` and `RESTART_REPLY` to be optional in `Bot`
- fix imports
## 1.1.3 (2019-04-19)

View file

@ -17,7 +17,7 @@ from .session import *
from .util import *
__all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging",
"run"]
"run", "run_modulebot"]
__all__ += bot.__all__
__all__ += client.__all__