mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
6 lines
120 B
Python
6 lines
120 B
Python
"""
|
|
various threading extensions
|
|
"""
|
|
|
|
from .AtomicInteger import AtomicInteger
|
|
from .MTOrderedData import MTOrderedData
|