Rename import_files.py to import_all_files.py
Browse files- import_all_files.py +5 -0
- import_files.py +0 -1
import_all_files.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import import_nltk_files
|
| 2 |
+
|
| 3 |
+
import import_locally_stored_tts_model_files
|
| 4 |
+
|
| 5 |
+
import download_tos_agreed_file
|
import_files.py
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
import import_nltk_files
|
|
|
|
|
|