SI_2020/agent.py

5 lines
110 B
Python
Raw Normal View History

2020-04-02 15:25:15 +02:00
class Forklifter:
def __init__(self, start_x, start_y):
self.x = start_x
self.y = start_y