Mercurial > hg > auditok
view auditok/__init__.py @ 68:a0843d57697b
Add python 3.5/3.6 to test scheme
author | Amine SEHILI <amine.sehili@gmail.com> |
---|---|
date | Sat, 28 Jan 2017 12:54:02 +0100 |
parents | fec5a439eb66 |
children | 48c79343bc15 |
line wrap: on
line source
""" :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.6"