treewide: move all modules into new submodule to fix relative imports

python, why are you like this?
This commit is contained in:
2024-03-05 13:06:44 +01:00
parent 2ef8664fd9
commit 3769a27a4f
15 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from PyQt5 import QtWidgets
import sys
from astrodatagui.AstrodataGUI import AstrodataGUI
from main.astrodatagui.AstrodataGUI import AstrodataGUI
app = QtWidgets.QApplication(sys.argv)
window = AstrodataGUI()