7 lines
117 B
Python
7 lines
117 B
Python
"""
|
|
The :mod:`threads` module contains functions to make working with QThreads easier
|
|
"""
|
|
from PyQt5 import QtCore
|
|
|
|
|