mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-07 13:32:10 -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 |