compat.py 74 B

1234567
  1. from qtpy import QT_VERSION
  2. QT5 = QT_VERSION[0] == '5'
  3. del QT_VERSION