From 7772e5d2c7c0867718cc6f1b2fd5090c47490dcc Mon Sep 17 00:00:00 2001 From: Arthur Wilton <69938486+artwilton@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:44:00 -0500 Subject: [PATCH] Moving into fcpx_marker_tool directory --- .../fcpx_marker_tool_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename fcpx_marker_tool_v1.py => fcpx_marker_tool/fcpx_marker_tool_v1.py (99%) diff --git a/fcpx_marker_tool_v1.py b/fcpx_marker_tool/fcpx_marker_tool_v1.py similarity index 99% rename from fcpx_marker_tool_v1.py rename to fcpx_marker_tool/fcpx_marker_tool_v1.py index b408ea6..5f8b3f7 100644 --- a/fcpx_marker_tool_v1.py +++ b/fcpx_marker_tool/fcpx_marker_tool_v1.py @@ -157,4 +157,4 @@ def main(): generate_output(clips_dict, timeline_info) if __name__ == "__main__": - main() \ No newline at end of file + main()