I try:
import PyQt5.QtWidgets as qtw
class MainWindow(qtw.QtWidgets): def __init__(self): super().__init__() self.show()