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()