summaryrefslogtreecommitdiff
path: root/git/index/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/index/__init__.py')
-rw-r--r--git/index/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/git/index/__init__.py b/git/index/__init__.py
new file mode 100644
index 00000000..fe4a7f59
--- /dev/null
+++ b/git/index/__init__.py
@@ -0,0 +1,4 @@
+"""Initialize the index package"""
+
+from base import *
+from typ import * \ No newline at end of file