18 lines
344 B
Python
18 lines
344 B
Python
# terrascript/resource/cloudsmith-io/cloudsmith.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:19 UTC)
|
|
import terrascript
|
|
|
|
|
|
class cloudsmith_entitlement(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class cloudsmith_repository(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"cloudsmith_entitlement",
|
|
"cloudsmith_repository",
|
|
]
|