Mercurial > hg > auditok
view auditok/__init__.py @ 77:373d4784ffcb
Update dates
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Sat, 06 Oct 2018 11:52:56 +0200 |
parents | 48c79343bc15 |
children | b3dffec14dfb |
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.7"