Skip to content

Commit dc45e08

Browse files
committed
Expose functions in __init__.
1 parent 58f3e8c commit dc45e08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/ayon_resolve/api/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
set_project_manager_to_folder_name,
4747
get_otio_clip_instance_data,
4848
get_reformated_path,
49+
detect_project_fps_mismatch,
50+
detect_project_resolution_mismatch,
4951
set_project_fps,
5052
set_project_resolution,
5153
)
@@ -128,6 +130,8 @@
128130
"set_project_manager_to_folder_name",
129131
"get_otio_clip_instance_data",
130132
"get_reformated_path",
133+
"detect_project_fps_mismatch",
134+
"detect_project_resolution_mismatch",
131135
"set_project_fps",
132136
"set_project_resolution",
133137

0 commit comments

Comments
 (0)