mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 06:52:07 +08: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"]
|