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

@ -2,8 +2,9 @@
# -*- coding: utf-8 -*-
from qtpy import QtCore
from .consts import CLOCKWISE
from .qt5 import QtCore
class Point(QtCore.QPoint):