improve example subrip to mp3 perf

This commit is contained in:
rany
2022-03-10 14:51:46 +02:00
parent 05e31e6f08
commit 842352ddce
2 changed files with 69 additions and 44 deletions

View File

@@ -1,2 +1,2 @@
find src -name '*.py' | xargs black
find src -name '*.py' | xargs isort
find src examples -name '*.py' | xargs black
find src examples -name '*.py' | xargs isort