mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-23 23:59:46 -04:00
5 lines
108 B
Python
5 lines
108 B
Python
"""Initialize the Repo package"""
|
|
# flake8: noqa
|
|
from __future__ import absolute_import
|
|
from .base import *
|