11
kittycad/models/get_num_objects.py
Normal file
11
kittycad/models/get_num_objects.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
|
||||
|
||||
class GetNumObjects(BaseModel):
|
||||
"""The response from the `GetNumObjects` command."""
|
||||
|
||||
num_objects: int
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
Reference in New Issue
Block a user