18 lines
310 B
Python
18 lines
310 B
Python
# terrascript/data/jeffwecan/teamcity.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:17 UTC)
|
|
import terrascript
|
|
|
|
|
|
class teamcity_agent_pool(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class teamcity_project(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"teamcity_agent_pool",
|
|
"teamcity_project",
|
|
]
|