mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-28 10:38:26 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
"""Initialize the Repo package"""
|
|
# flake8: noqa
|
|
from __future__ import absolute_import
|
|
from .base import *
|