This commit is contained in:
adrienmalin
2018-08-21 16:23:47 +02:00
parent ce0dfa99c1
commit 2b2600812a
6 changed files with 6 additions and 34 deletions

View File

@ -3,11 +3,11 @@
import random
from qtpy import QtCore, QtGui
from . import consts
from .consts import L, R, U, D, CLOCKWISE, COUNTERCLOCKWISE
from .point import Point
from .qt5 import QtCore, QtGui
class Block: