Actually import EventManager in ducks.py

This commit is contained in:
jesopo 2019-05-03 16:40:12 +01:00
parent 4d8b1a1a0d
commit 8c8205522e

View file

@ -1,5 +1,5 @@
import random
from src import ModuleManager, utils
from src import EventManager, ModuleManager, utils
DUCK = "・゜゜・。。・゜゜\_o< QUACK!"
NO_DUCK = "There was no duck!"