generated from pufereq/python-template
feat(types.py): add ActionType type
This commit is contained in:
@@ -5,6 +5,8 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
||||||
|
type ActionType = ControlAction
|
||||||
|
|
||||||
|
|
||||||
class Category(str, Enum):
|
class Category(str, Enum):
|
||||||
CONTROL = "control"
|
CONTROL = "control"
|
||||||
|
|||||||
Reference in New Issue
Block a user