Source code for kittycad.models.import_file


from pydantic import BaseModel



[docs]class ImportFile(BaseModel): """File to import into the current model""" data: bytes path: str