mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-25 15:31:13 -08:00
4 lines
127 B
Python
4 lines
127 B
Python
from ..wintypes import DWORD, MMRESULT, dll_import
|
|
|
|
@dll_import('Winmm')
|
|
def timeBeginPeriod(uPeriod : DWORD) -> MMRESULT: ... |