From 810d01108110901a290aa4d4a9cdf96187430d0d Mon Sep 17 00:00:00 2001 From: mryouse Date: Wed, 22 Jun 2022 04:03:13 +0000 Subject: initial commit of user defined types! --- neb/typeclass.py | 1 + 1 file changed, 1 insertion(+) (limited to 'neb/typeclass.py') diff --git a/neb/typeclass.py b/neb/typeclass.py index eae412c..9e37a2d 100644 --- a/neb/typeclass.py +++ b/neb/typeclass.py @@ -9,6 +9,7 @@ class TypeEnum(Enum): LIST = auto() LITERAL = auto() BOOL = auto() + USER = auto() def __str__(self): return f":{self.name.lower()}" -- cgit v1.2.3