26 lines
450 B
Python
26 lines
450 B
Python
# terrascript/sendgrid/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
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
|