From a09da7c97cc290da1a69d947108b01562086bf43 Mon Sep 17 00:00:00 2001 From: Christian Cwienk Date: Tue, 27 Oct 2020 10:31:49 +0100 Subject: [PATCH] add relation-attr --- bindings-python/gci/componentmodel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings-python/gci/componentmodel.py b/bindings-python/gci/componentmodel.py index 338eed74..a0ce63e2 100644 --- a/bindings-python/gci/componentmodel.py +++ b/bindings-python/gci/componentmodel.py @@ -132,6 +132,7 @@ class Resource: ResourceAccess, None ] + relation: ResourceRelation = ResourceRelation.LOCAL labels: typing.List[Label] = dataclasses.field(default_factory=list)