Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Upload LSCC-Demo-HMI-Human-Machine-Interface-Edge-Vision-Engine with upload_demo.py
47b87b9 verified | from enum import IntEnum | |
| # Taken from https://v4.chriskrycho.com/2015/ctypes-structures-and-dll-exports.html | |
| class CtypesEnum(IntEnum): | |
| """A ctypes-compatible IntEnum superclass.""" | |
| def from_param(cls, obj): | |
| return int(obj) | |