mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 08:47:52 +08:00
6 lines
129 B
Python
6 lines
129 B
Python
"""Initialize the index package"""
|
|
# flake8: noqa
|
|
from __future__ import absolute_import
|
|
|
|
from .base import *
|
|
from .typ import *
|