playtypus/threads.py

7 lines
117 B
Python
Raw Normal View History

2021-06-15 22:09:41 +00:00
"""
The :mod:`threads` module contains functions to make working with QThreads easier
"""
from PyQt5 import QtCore