mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
4 lines
No EOL
69 B
Python
4 lines
No EOL
69 B
Python
from enum import IntEnum
|
|
|
|
class EMaskType(IntEnum):
|
|
UNDEFINED = 0 |