Fix this import in ai.py
This commit is contained in:
parent
2f9864edd8
commit
df4df06013
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue