18 lines
330 B
Python
18 lines
330 B
Python
# terrascript/data/invidian/uptimerobot.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:51 UTC)
|
|
import terrascript
|
|
|
|
|
|
class uptimerobot_account(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class uptimerobot_alert_contact(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"uptimerobot_account",
|
|
"uptimerobot_alert_contact",
|
|
]
|