Files
kittycad.py/kittycad/api/executor/__init__.py

2 lines
161 B
Python
Raw Normal View History

""" Contains methods for accessing the executor API paths: Endpoints that allow for code execution or creation of code execution environments. """ # noqa: E501