Mercurial > hg > auditok
view auditok/__init__.py @ 421:5e2fe07cd12f
Add test for make_kwargs error
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 18 Oct 2024 23:45:16 +0200 |
parents | 08a7af37f2e9 |
children | 69160c7aefff |
line wrap: on
line source
""" :author: Amine SEHILI <amine.sehili@gmail.com> 2015-2021 :License: This package is published under the MIT license. """ from .core import * from .exceptions import * from .io import * from .util import * __version__ = "0.2.0"