summaryrefslogtreecommitdiff
path: root/git/index/__init__.py
blob: 2516f01f8f44e4e51781ce4ffc642a90318eac4f (plain)
1
2
3
4
5
6
"""Initialize the index package"""
# flake8: noqa
from __future__ import absolute_import

from .base import *
from .typ import *