python-terrascript/terrascript/jetstream/r.py

26 lines
455 B
Python

# terrascript/jetstream/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class jetstream_consumer(terrascript.Resource):
pass
class jetstream_kv_bucket(terrascript.Resource):
pass
class jetstream_stream(terrascript.Resource):
pass
class jetstream_stream_template(terrascript.Resource):
pass