Change Square_lattice to Lattice_square

This commit is contained in:
2022-09-23 14:47:07 -04:00
parent 36f5226107
commit fba87c564a
2 changed files with 5 additions and 6 deletions

View File

@ -7,7 +7,6 @@ from kivy.graphics import Color,Line
from point import Point
from polyomino import Cross
from polyomino import Square_element
from lattice import Square_lattice
from tools import remove_fromlist