made STT_SERVICES dynamic based on vendors.__init__, updated calling code accordingly

This commit is contained in:
2019-02-20 11:12:45 -05:00
parent 24920a52f8
commit d431d6aa0d
5 changed files with 28 additions and 26 deletions

View File

@@ -1 +1,5 @@
from tatt.vendors import amazon
STT_VENDORS = {
'amazon': amazon,
}