summaryrefslogtreecommitdiff
path: root/git/index/__init__.py
blob: 96b721f07d74621b9cedf5ba6efefcc88108be9a (plain)
1
2
3
4
"""Initialize the index package"""
# flake8: noqa
from .base import *
from .typ import *