1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 15:54:26 +00:00
bazarr/custom_libs/libfilebot/__init__.py

6 lines
124 B
Python

# coding=utf-8
from __future__ import absolute_import
from .main import get_filebot_attrs
__all__ = ["get_filebot_attrs"]