python-terrascript/terrascript/data/kvrhdn/honeycombio.py

23 lines
417 B
Python

# terrascript/data/kvrhdn/honeycombio.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:50 UTC)
import terrascript
class honeycombio_datasets(terrascript.Data):
pass
class honeycombio_query(terrascript.Data):
pass
class honeycombio_trigger_recipient(terrascript.Data):
pass
__all__ = [
"honeycombio_datasets",
"honeycombio_query",
"honeycombio_trigger_recipient",
]