fastsdcpu / models /interface_types.py
rupeshs's picture
added files
6bcacf9
raw history blame
No virus
156 Bytes
from enum import Enum
class InterfaceType(Enum):
WEBUI = "Web User Interface"
GUI = "Graphical User Interface"
CLI = "Command Line Interface"