28 lines
498 B
Python
28 lines
498 B
Python
# terrascript/resource/Trois-Six/sendgrid.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:26:45 UTC)
|
|
import terrascript
|
|
|
|
|
|
class sendgrid_api_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sendgrid_subuser(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sendgrid_template(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class sendgrid_template_version(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"sendgrid_api_key",
|
|
"sendgrid_subuser",
|
|
"sendgrid_template",
|
|
"sendgrid_template_version",
|
|
]
|