mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-25 07:21:13 -08:00
4 lines
69 B
Python
4 lines
69 B
Python
from enum import IntEnum
|
|
|
|
class EMaskType(IntEnum):
|
|
UNDEFINED = 0 |