Files
blender-portable-repo/scripts/addons/flamenco/manager/api/__init__.py
T
2026-03-17 14:30:01 -06:00

4 lines
217 B
Python

# do not import all apis into this module because that uses a lot of memory and stack frames
# if you need the ability to import all apis from one package, import them with
# from flamenco.manager.apis import JobsApi