We could keep submit.py and speech2text.py as clean as possible and keep only argument parsing and main functions in those and move other functionality utils.py. (Some of the functionality is then imported by either submit.py or speech2text.py or both.)
We could keep
submit.py
andspeech2text.py
as clean as possible and keep only argument parsing and main functions in those and move other functionalityutils.py
. (Some of the functionality is then imported by either submit.py or speech2text.py or both.)