18 lines
321 B
Python
18 lines
321 B
Python
# terrascript/teamcity/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class teamcity_agent_pool(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class teamcity_project(terrascript.Data):
|
|
pass
|