view auditok/__init__.py @ 76:48c79343bc15

Update version
author Amine Sehili <amine.sehili@gmail.com>
date Wed, 19 Sep 2018 22:19:24 +0200
parents fec5a439eb66
children 373d4784ffcb
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.7"