4 lines
89 B
Python
4 lines
89 B
Python
from tatt.vendors import amazon, google
|
|
|
|
SERVICES = {"amazon": amazon, "google": google}
|