Mercurial > hg > auditok
view auditok/__init__.py @ 335:8220dfaa03c6
Remove deprecated methods in AudioSource
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Sat, 26 Oct 2019 16:18:44 +0100 |
parents | bf374186f80f |
children | f424ac9193b7 |
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.2.0.alpha"