23 lines
325 B
Python
23 lines
325 B
Python
# terrascript/librato/r.py
|
|
import terrascript
|
|
|
|
|
|
class librato_space(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class librato_space_chart(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class librato_metric(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class librato_alert(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class librato_service(terrascript.Resource):
|
|
pass
|