DeepFaceLive/xlib/face/EMaskType.py
2021-10-26 12:25:58 +04:00

4 lines
69 B
Python

from enum import IntEnum
class EMaskType(IntEnum):
UNDEFINED = 0