python-terrascript/terrascript/sentry/r.py

34 lines
534 B
Python

# terrascript/sentry/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class sentry_key(terrascript.Resource):
pass
class sentry_organization(terrascript.Resource):
pass
class sentry_plugin(terrascript.Resource):
pass
class sentry_project(terrascript.Resource):
pass
class sentry_rule(terrascript.Resource):
pass
class sentry_team(terrascript.Resource):
pass