mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-30 11:35:50 +00:00
7 lines
129 B
Python
7 lines
129 B
Python
|
"""Initialize the index package"""
|
||
|
# flake8: noqa
|
||
|
from __future__ import absolute_import
|
||
|
|
||
|
from .base import *
|
||
|
from .typ import *
|