aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml
blob: 90240ba60961e9b34110d5c5402e748ec01fb01b (plain)
1
2
3
4
5
6
tosca.artifacts.Implementation.Python:
  derived_from: tosca.artifacts.Implementation
  description: Python replacement.
tosca.artifacts.Implementation.Python.V3:
  derived_from: tosca.artifacts.Implementation.Python
  description: This artifact type represents a Python3 file that contains Python language constructs that can be executed within a Python interpreter.