Sztuczna_inteligencja_gr_13/bin/classess/Mine.py

8 lines
179 B
Python
Raw Normal View History

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