continued object id gen
This commit is contained in:
7
generators/definitions.py
Normal file
7
generators/definitions.py
Normal file
@ -0,0 +1,7 @@
|
||||
import enum
|
||||
|
||||
|
||||
class BspType(enum.Enum):
|
||||
BSP_Q7S = "bsp_q7s"
|
||||
BSP_HOSTED = "bsp_hosted"
|
||||
BSP_LINUX_BOARD = "bsp_linux_board"
|
Reference in New Issue
Block a user