From ba57bc65d5f632a99c6b50423e23a38624f1b6da Mon Sep 17 00:00:00 2001 From: Arthur Wilton <69938486+artwilton@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:43:07 -0500 Subject: [PATCH] Delete main.py --- fcpx_marker_tool/main.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 fcpx_marker_tool/main.py diff --git a/fcpx_marker_tool/main.py b/fcpx_marker_tool/main.py deleted file mode 100644 index 701248f..0000000 --- a/fcpx_marker_tool/main.py +++ /dev/null @@ -1,5 +0,0 @@ -def main(): - print("running fcpx_marker_tool") - -if __name__ == "__main__": - main() \ No newline at end of file