from aqt.qt import qtmajor if qtmajor > 5: from .clayout_top_qt6 import * else: from .clayout_top_qt5 import * # type: ignore