resolve: wip publishing and creation

This commit is contained in:
Jakub Jezek 2020-12-23 15:13:32 +01:00
parent 600f60188c
commit a04aab3371
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
7 changed files with 62 additions and 35 deletions

View file

@ -83,7 +83,8 @@ from .editorial import (
convert_to_padded_path,
trim_media_range,
range_from_frames,
frames_to_secons
frames_to_secons,
make_sequence_collection
)
terminal = Terminal
@ -154,5 +155,6 @@ __all__ = [
"otio_range_to_frame_range",
"trim_media_range",
"range_from_frames",
"frames_to_secons"
"frames_to_secons",
"make_sequence_collection"
]