From df4df06013263c483b430152a8cf52c16fb3add4 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 10 Feb 2023 22:36:27 -0800 Subject: [PATCH] Fix this import in ai.py --- erynrl/ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erynrl/ai.py b/erynrl/ai.py index 710b2b1..05c761e 100644 --- a/erynrl/ai.py +++ b/erynrl/ai.py @@ -7,7 +7,7 @@ import numpy as np import tcod from . import log -from .actions import Action +from .actions.action import Action from .actions.game import BumpAction, WaitAction from .components import Component from .geometry import Direction, Point