You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/libs/auditok/__init__.py

18 lines
235 B

"""
:author:
Amine SEHILI <amine.sehili@gmail.com>
2015-2021
:License:
This package is published under the MIT license.
"""
from .core import *
from .io import *
from .util import *
from .exceptions import *
__version__ = "0.2.0"