Little bits of cleanup

This commit is contained in:
Eryn Wells 2022-05-07 12:25:44 -07:00
parent 15e188b9f2
commit d75c9faea3
2 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,6 @@ from .monsters import Monster
from .object import Entity, Hero
LOG = logging.getLogger('engine')
EVENT_LOG = logging.getLogger('events')
@dataclass
class Configuration: