refactor: update import statements to use explicit module paths across multiple files

This commit is contained in:
Barabazs
2025-03-25 16:13:55 +01:00
parent 8e53866704
commit e7712f496e
10 changed files with 29 additions and 28 deletions

View File

@ -1,4 +1,4 @@
from .transcribe import cli
from whisperx.transcribe import cli
cli()