1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-19 05:18:49 +00:00
bazarr/libs/git/index/__init__.py

7 lines
129 B
Python
Raw Normal View History

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