From f3ac6b1f5da045f967504b662b04ace88a1239be Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 15 Nov 2020 15:58:17 +0100 Subject: [PATCH] Create __init__.py Created __init__.py to handle git submodule references. I expect this file, along with all the others to change a lot over time --- __init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..d6beb08 --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +from labylib.labylib import Cape \ No newline at end of file