18 lines
328 B
Python
18 lines
328 B
Python
# terrascript/resource/aztfmod/azurecaf.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:56 UTC)
|
|
import terrascript
|
|
|
|
|
|
class azurecaf_name(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class azurecaf_naming_convention(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"azurecaf_name",
|
|
"azurecaf_naming_convention",
|
|
]
|