Sztuczna_inteligencja_gr_13/bin/Classess/Mine.py
2021-04-29 18:07:47 +02:00

8 lines
179 B
Python

class Mine:
def __init__(self, x, y):
self.array_x = x
self.array_y = y
self.status = True
self.small_img = None
self.large_img = None