brought over changes from when transcript_processing was nested inside transcribely's back_end package. started refactoring converters into OOP

This commit is contained in:
2019-02-06 20:57:21 -05:00
parent c9c4cbe550
commit 84fe4d2fd4
19 changed files with 277 additions and 135802 deletions

4
config.py Normal file
View File

@@ -0,0 +1,4 @@
import os
AMAZON_TRANSCRIPT_TEST_FILE = os.getenv('AMAZON_TRANSCRIPT_TEST_FILE')