We need to import EventManager in line_handler/__init__.py

This commit is contained in:
jesopo 2019-03-03 23:34:39 +00:00
parent 4aa86f865c
commit cf262c6d8a

View file

@ -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 = {