# coding: utf-8 from PySide2.QtWidgets import QMainWindow, QDialog from PySide2.QtCore import QSize import atexit @atexit.register def goodbye(): print("You are now leaving the Python sector.") class SubClass(QSize): pass if __name__ == "__main__": print('exit')