SI_InteligentnyWozekWidlowy/decision/test/ForkliftActions.py

10 lines
169 B
Python
Raw Permalink Normal View History

2022-06-07 01:07:49 +02:00
from data.GameConstants import GameConstants
class ForkliftActions:
def __init__(self, game: GameConstants,
) -> None:
self.game = game