bazarr/libs/git/index/__init__.py
2018-09-16 20:33:04 -04:00

6 lines
129 B
Python

"""Initialize the index package"""
# flake8: noqa
from __future__ import absolute_import
from .base import *
from .typ import *