Fix imports
This commit is contained in:
parent
6a15e1a948
commit
74a8adfa58
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- add docstrings to `Bot`
|
- add docstrings to `Bot`
|
||||||
- change `KILL_REPLY` and `RESTART_REPLY` to be optional in `Bot`
|
- change `KILL_REPLY` and `RESTART_REPLY` to be optional in `Bot`
|
||||||
|
- fix imports
|
||||||
|
|
||||||
## 1.1.3 (2019-04-19)
|
## 1.1.3 (2019-04-19)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ from .session import *
|
||||||
from .util import *
|
from .util import *
|
||||||
|
|
||||||
__all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging",
|
__all__ = ["STYLE", "FORMAT", "DATE_FORMAT", "FORMATTER", "enable_logging",
|
||||||
"run"]
|
"run", "run_modulebot"]
|
||||||
|
|
||||||
__all__ += bot.__all__
|
__all__ += bot.__all__
|
||||||
__all__ += client.__all__
|
__all__ += client.__all__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue