tuxbot-bot/venv/lib/python3.7/site-packages/git/index/__init__.py

7 lines
129 B
Python
Raw Normal View History

2019-12-16 18:12:10 +01:00
"""Initialize the index package"""
# flake8: noqa
from __future__ import absolute_import
from .base import *
from .typ import *