bazarr/libs/auditok/__init__.py
Michiel van Baak Jansen 30ef713fa2
Downgrade auditok to version 0.1.5
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
2021-05-01 08:07:20 -04:00

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"