Mercurial > hg > auditok
view auditok/__init__.py @ 101:a3da97fad36e
Add _normalize_use_channel
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Tue, 08 Jan 2019 20:55:52 +0100 |
parents | b3dffec14dfb |
children | bf374186f80f |
line wrap: on
line source
""" :author: Amine SEHILI <amine.sehili@gmail.com> 2015-2018 :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.8"