general: expose lib editorial function to lib init

This commit is contained in:
Jakub Jezek 2022-05-16 20:57:51 +02:00
parent 0699906344
commit 196182f5c5
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -203,6 +203,7 @@ from .editorial import (
is_overlapping_otio_ranges,
otio_range_to_frame_range,
otio_range_with_handles,
get_media_range_with_retimes,
convert_to_padded_path,
trim_media_range,
range_from_frames,
@ -382,6 +383,7 @@ __all__ = [
"otio_range_with_handles",
"convert_to_padded_path",
"otio_range_to_frame_range",
"get_media_range_with_retimes",
"trim_media_range",
"range_from_frames",
"frames_to_secons",