1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-15 08:28:46 +00:00
bazarr/custom_libs/libfilebot/__init__.py

7 lines
124 B
Python
Raw Permalink Normal View History

2018-10-31 17:08:29 +01:00
# coding=utf-8
2019-09-18 11:30:46 -04:00
from __future__ import absolute_import
from .main import get_filebot_attrs
2018-10-31 17:08:29 +01:00
__all__ = ["get_filebot_attrs"]