Source code for kittycad.models.create_region

from .base import KittyCadBaseModel


[docs] class CreateRegion(KittyCadBaseModel): """The response from the 'CreateRegion'. The region should have an ID taken from the ID of the 'CreateRegion' modeling command."""