flame: adding timewarp class to api

This commit is contained in:
Jakub Jezek 2022-07-28 15:09:06 +02:00
parent 2998253832
commit 7f9948eaad
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -30,7 +30,8 @@ from .lib import (
maintained_temp_file_path,
get_clip_segment,
get_batch_group_from_desktop,
MediaInfoFile
MediaInfoFile,
TimeEffectMetadata
)
from .utils import (
setup,
@ -107,6 +108,7 @@ __all__ = [
"get_clip_segment",
"get_batch_group_from_desktop",
"MediaInfoFile",
"TimeEffectMetadata",
# pipeline
"install",