mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-14 19:54:38 +08:00
30ef713fa2
ffsubsync pinned auditok to 0.1.5. We missed this when upgrading ffsubsync and auditok. Since we dont run pip to install the libraries, there is no version checks
21 lines
300 B
Python
21 lines
300 B
Python
"""
|
|
:author:
|
|
|
|
Amine SEHILI <amine.sehili@gmail.com>
|
|
2015-2016
|
|
|
|
:License:
|
|
|
|
This package is published under GNU GPL Version 3.
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
from .core import *
|
|
from .io import *
|
|
from .util import *
|
|
from . import dataset
|
|
from .exceptions import *
|
|
|
|
__version__ = "0.1.5"
|
|
|
|
|