- solved a circular import

This commit is contained in:
Marius Stanciu
2020-05-18 19:09:37 +03:00
committed by Marius
parent d61ca10e75
commit 9c707e0682
40 changed files with 56 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
from PyQt5 import QtWidgets, QtCore
from AppTools.AppTool import AppTool
from AppTool import AppTool
from AppGUI.GUIElements import RadioSet, FCDoubleSpinner, EvalEntry, FCEntry, FCButton, FCComboBox
from numpy import Inf