Add sdc-be-init support for artifact types
[sdc.git] / catalog-model / src / test / resources / modelOperation / input-artifact_types.yaml
1 tosca.artifacts.Implementation.Python:
2   derived_from: tosca.artifacts.Implementation
3   description: Python replacement.
4 tosca.artifacts.Implementation.Python.V3:
5   derived_from: tosca.artifacts.Implementation.Python
6   description: This artifact type represents a Python3 file that contains Python language constructs that can be executed within a Python interpreter.