From e410085e7ee299e97930ee1b0717ed6448f22da0 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Wed, 13 Apr 2022 23:01:40 +0300 Subject: [PATCH] Link pymorton as submodule --- .gitmodules | 3 +++ pymorton | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 pymorton diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..74e3032 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pymorton"] + path = pymorton + url = https://github.com/trevorprater/pymorton.git diff --git a/pymorton b/pymorton new file mode 160000 index 0000000..f248683 --- /dev/null +++ b/pymorton @@ -0,0 +1 @@ +Subproject commit f248683c19d90e904193c58bbd03e77bc2c43768