diff options
| author | mryouse | 2022-07-06 02:20:31 +0000 |
|---|---|---|
| committer | mryouse | 2022-07-06 02:20:31 +0000 |
| commit | 7ffeef0faef3fbc389069df853109afc76260f0d (patch) | |
| tree | 49ada711455659e8112e93729b42b39f3d050f0f /neb/typeclass.py | |
| parent | 800d04b014e90596dcad2d3a283da4b1e274a14f (diff) | |
| parent | 276dd853729a7c71ef4805786793bbc8f651b00d (diff) | |
Merge branch 'master' into feature/listtypes
Diffstat (limited to 'neb/typeclass.py')
| -rw-r--r-- | neb/typeclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/typeclass.py b/neb/typeclass.py index a6daaf9..75f61b1 100644 --- a/neb/typeclass.py +++ b/neb/typeclass.py @@ -10,6 +10,7 @@ class TypeEnum(Enum): LITERAL = auto() BOOL = auto() HANDLE = auto() + TYPE = auto() USER = auto() def __str__(self): |
