Update terminis.py

This commit is contained in:
adrienmalin 2019-02-19 20:44:27 +01:00
parent 27439076b0
commit ed4b0ce637

View File

@ -63,7 +63,7 @@ class Movement:
class Mino:
color_pairs = [None for _ in range(9)]
color_pairs = [0 for _ in range(9)]
def __init__(self, position, color):
self.position = position