From 43ec62ec70cc623772241345251d52c0dd173642 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 8 Apr 2022 00:56:29 +0200 Subject: [PATCH] Add default ALL tag to Tags object --- superinvoke/objects/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superinvoke/objects/common.py b/superinvoke/objects/common.py index 5505e01..6df294e 100644 --- a/superinvoke/objects/common.py +++ b/superinvoke/objects/common.py @@ -3,4 +3,4 @@ # Represents the list of available tags. class Tags(utils.StrEnum): - pass + ALL = "all"