SI_InteligentnyWozekWidlowy/decision/test/ForkliftActions.py
xVulpeSx 53cf8c9937 wip
2022-06-07 01:07:49 +02:00

10 lines
169 B
Python

from data.GameConstants import GameConstants
class ForkliftActions:
def __init__(self, game: GameConstants,
) -> None:
self.game = game