made STT_SERVICES dynamic based on vendors.__init__, updated calling code accordingly
This commit is contained in:
4
tatt/vendors/__init__.py
vendored
4
tatt/vendors/__init__.py
vendored
@@ -1 +1,5 @@
|
||||
from tatt.vendors import amazon
|
||||
|
||||
STT_VENDORS = {
|
||||
'amazon': amazon,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user