8 lines
243 B
Python
8 lines
243 B
Python
"""CLI package for whisper_project.
|
|
|
|
Contains thin wrappers that delegate to the legacy scripts in the package root.
|
|
This preserves backwards compatibility while presenting an organized layout.
|
|
"""
|
|
|
|
__all__ = ["dub_and_burn", "srt_to_kokoro"]
|