18 lines
339 B
Python
18 lines
339 B
Python
# terrascript/circleci/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class circleci_environment_variable(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class circleci_project(terrascript.Resource):
|
|
pass
|