tejani commited on
Commit
800f5c8
·
verified ·
1 Parent(s): c52ba4c

Update models/interface_types.py

Browse files
Files changed (1) hide show
  1. models/interface_types.py +1 -0
models/interface_types.py CHANGED
@@ -5,3 +5,4 @@ class InterfaceType(Enum):
5
  WEBUI = "Web User Interface"
6
  GUI = "Graphical User Interface"
7
  CLI = "Command Line Interface"
 
 
5
  WEBUI = "Web User Interface"
6
  GUI = "Graphical User Interface"
7
  CLI = "Command Line Interface"
8
+ API_SERVER = "API Server"