23 lines
419 B
Python
23 lines
419 B
Python
# terrascript/data/cloudsmith-io/cloudsmith.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:14:19 UTC)
|
|
import terrascript
|
|
|
|
|
|
class cloudsmith_namespace(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class cloudsmith_package_list(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class cloudsmith_repository(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"cloudsmith_namespace",
|
|
"cloudsmith_package_list",
|
|
"cloudsmith_repository",
|
|
]
|