diff options
| author | mryouse | 2022-07-05 03:24:49 +0000 |
|---|---|---|
| committer | mryouse | 2022-07-05 03:24:49 +0000 |
| commit | 2402523aa84780447e3ce0a8109a14e1286665c8 (patch) | |
| tree | 8bb4792c24154defbb046ca17a879bbb01da94b0 /neb/typeclass.py | |
| parent | db0327ba8c9fae4a57f85f60e2f0bac438781b8e (diff) | |
| parent | cf0ae625ddc9076e0ca02079b8d461de22244998 (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 9e37a2d..a6daaf9 100644 --- a/neb/typeclass.py +++ b/neb/typeclass.py @@ -9,6 +9,7 @@ class TypeEnum(Enum): LIST = auto() LITERAL = auto() BOOL = auto() + HANDLE = auto() USER = auto() def __str__(self): |
