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