AI/genetyczny/Gene.py

8 lines
166 B
Python
Raw Normal View History

class Gene:
def __init__(self, kordydnaty):
self.kordy = kordydnaty
self.unbox1 = None
self.unbox2 = None
self.ktoryUnbox = None