From 1e4094ce73044d8c91be227e8538fec8acf85dc5 Mon Sep 17 00:00:00 2001 From: Barnabas Sudy Date: Sat, 24 Aug 2024 07:16:33 +0200 Subject: [PATCH] Added a main for easier testing --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..efb07ce --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +from getmyancestors import getmyancestors + +getmyancestors.main(); \ No newline at end of file -- 2.52.0