mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
6 lines
124 B
Python
6 lines
124 B
Python
# coding=utf-8
|
|
|
|
from __future__ import absolute_import
|
|
from .main import get_filebot_attrs
|
|
|
|
__all__ = ["get_filebot_attrs"]
|