diff --git a/osbuild/inputs.py b/osbuild/inputs.py index f0e250f1..e0e32c4c 100644 --- a/osbuild/inputs.py +++ b/osbuild/inputs.py @@ -37,6 +37,7 @@ class Input: self.info = info self.options = options or {} + @property def name(self) -> str: return self.info.name