whisper/whisper/__main__.py
Jong Wook Kim b80bcf610d
apply formatting with black (#1038)
* applying black (with the default 88-column limit)

* add flake8

* add isort

* fix isort
2023-03-06 15:50:37 -08:00

4 lines
35 B
Python

from .transcribe import cli
cli()