import of custom widget only supported if run by main.py
@@ -0,0 +1,9 @@
from PyQt5 import QtWidgets
import sys
from astrodatagui.AstrodataGUI import AstrodataGUI
app = QtWidgets.QApplication(sys.argv)
window = AstrodataGUI()
app.exec_()
The note is not visible to the blocked user.