From d0575f1013e23ac390e1542cb98889921dca764b Mon Sep 17 00:00:00 2001 From: "Dobbertin, Niclas" Date: Mon, 18 Mar 2024 23:52:45 +0100 Subject: add pyactr as submodule --- .gitmodules | 3 +++ modeling/pyactr | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 modeling/pyactr diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e12d82d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "modeling/pyactr"] + path = modeling/pyactr + url = https://github.com/jakdot/pyactr.git diff --git a/modeling/pyactr b/modeling/pyactr new file mode 160000 index 0000000..983908b --- /dev/null +++ b/modeling/pyactr @@ -0,0 +1 @@ +Subproject commit 983908b408ae53eea337b4f3e6d297b5b168866a -- cgit v1.2.3