neural_network #4

Merged
s452622 merged 34 commits from neural_network into master 2021-06-08 23:47:22 +02:00
Showing only changes of commit fbb5ddbe01 - Show all commits

View File

@ -4,9 +4,9 @@ from pygame import image
class Image:
def __init__(self, parent: int, name: str, img: image, mine_type: Union[str, None]):
def __init__(self, parent: int, name: str, path: str, img: image, mine_type: Union[str, None]):
self.parent = parent
self.name = name
self.path = path
self.img = img
self.mine_type = mine_type
self.name = name
self.name = name