mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
4 lines
256 B
Python
4 lines
256 B
Python
from .kernel32 import (CreateEventW, GetCurrentProcess, GetPriorityClass,
|
|
PriorityClass, QueryPerformanceCounter,
|
|
QueryPerformanceFrequency, SetPriorityClass, Sleep,
|
|
WaitForSingleObject)
|