flame: batch utils to api

This commit is contained in:
Jakub Jezek 2022-02-22 12:49:11 +01:00
parent 5391f1fff3
commit cdc3d0be79
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -70,6 +70,9 @@ from .render_utils import (
export_clip,
get_preset_path_by_xml_name
)
from .batch_utils import (
create_batch
)
__all__ = [
# constants
@ -140,5 +143,8 @@ __all__ = [
# render utils
"export_clip",
"get_preset_path_by_xml_name"
"get_preset_path_by_xml_name",
# batch utils
"create_batch"
]