python-terrascript/terrascript/resource/pmorillon/grid5000.py

23 lines
399 B
Python

# terrascript/resource/pmorillon/grid5000.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:36 UTC)
import terrascript
class grid5000_ceph_pool(terrascript.Resource):
pass
class grid5000_deployment(terrascript.Resource):
pass
class grid5000_job(terrascript.Resource):
pass
__all__ = [
"grid5000_ceph_pool",
"grid5000_deployment",
"grid5000_job",
]