Add imports to __init__.py

This commit is contained in:
2025-12-03 16:49:15 +03:00
parent 4f7f22e95f
commit b1240d150d
3 changed files with 25 additions and 6 deletions

View File

@@ -4,8 +4,9 @@ authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = "MIT"
version = "0.1.0"
version = "0.1.1"
description = "ONNX wrapper for a GigaAMASR models"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"hatchling>=1.28.0",