mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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,
|
||||
maintained_object_duplication,
|
||||
get_clip_segment,
|
||||
get_batch_group_from_desktop
|
||||
get_batch_group_from_desktop,
|
||||
MediaInfoFile
|
||||
)
|
||||
from .utils import (
|
||||
setup,
|
||||
|
|
@ -103,6 +104,7 @@ __all__ = [
|
|||
"maintained_object_duplication",
|
||||
"get_clip_segment",
|
||||
"get_batch_group_from_desktop",
|
||||
"MediaInfoFile",
|
||||
|
||||
# pipeline
|
||||
"install",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue