We need to import EventManager in line_handler/__init__.py
This commit is contained in:
parent
4aa86f865c
commit
cf262c6d8a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import enum
|
||||
from src import ModuleManager, utils
|
||||
from src import EventManager, ModuleManager, utils
|
||||
from . import channel, core, ircv3, message, user
|
||||
|
||||
LABELED_BATCH = {
|
||||
|
|
Loading…
Reference in a new issue