Mercurial > hg > auditok
view auditok/__init__.py @ 455:7dae98b84cdd tip master
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Tue, 03 Dec 2024 09:18:01 +0000 |
parents | 69160c7aefff |
children |
line wrap: on
line source
""" :author: Amine SEHILI <amine.sehili@gmail.com> 2015-2024 :License: This package is published under the MIT license. """ from .core import * from .exceptions import * from .io import * from .util import * __version__ = "0.3.0"