mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
flame: add media info file class to api
This commit is contained in:
parent
d79773e801
commit
67c759ae2d
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ from .lib import (
|
||||||
get_padding_from_filename,
|
get_padding_from_filename,
|
||||||
maintained_object_duplication,
|
maintained_object_duplication,
|
||||||
get_clip_segment,
|
get_clip_segment,
|
||||||
get_batch_group_from_desktop
|
get_batch_group_from_desktop,
|
||||||
|
MediaInfoFile
|
||||||
)
|
)
|
||||||
from .utils import (
|
from .utils import (
|
||||||
setup,
|
setup,
|
||||||
|
|
@ -103,6 +104,7 @@ __all__ = [
|
||||||
"maintained_object_duplication",
|
"maintained_object_duplication",
|
||||||
"get_clip_segment",
|
"get_clip_segment",
|
||||||
"get_batch_group_from_desktop",
|
"get_batch_group_from_desktop",
|
||||||
|
"MediaInfoFile",
|
||||||
|
|
||||||
# pipeline
|
# pipeline
|
||||||
"install",
|
"install",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue