python-terrascript/terrascript/honeycombio/r.py

34 lines
578 B
Python

# terrascript/honeycombio/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class honeycombio_board(terrascript.Resource):
pass
class honeycombio_column(terrascript.Resource):
pass
class honeycombio_dataset(terrascript.Resource):
pass
class honeycombio_derived_column(terrascript.Resource):
pass
class honeycombio_marker(terrascript.Resource):
pass
class honeycombio_trigger(terrascript.Resource):
pass