-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Current state:
robotController = robotModel.cast(RobotController, args)
Wish:
robotController = RobotController(robotModel, args..)
the would require to override the __init__
to accept another base model that is converted to a dict that is de-packed to the actual contructor
__init__(Union[BaseModel, kwargs])
Metadata
Metadata
Assignees
Labels
No labels