From 3110197e423b2248a0304e5f714463bbef9fd61c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:50:59 +1000 Subject: feat: create parser --- src/main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main.py (limited to 'src/main.py') diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..e206a79 --- /dev/null +++ b/src/main.py @@ -0,0 +1,4 @@ +from parser import parse_args + +if __name__ == "__main__": + parse_args() -- cgit v1.2.3-freya