diff options
| author | mryouse | 2022-07-05 03:24:17 +0000 | 
|---|---|---|
| committer | mryouse | 2022-07-05 03:24:17 +0000 | 
| commit | cf0ae625ddc9076e0ca02079b8d461de22244998 (patch) | |
| tree | d87f42d16504fddc662ba5939a2a9b148364107c /neb/typeclass.py | |
| parent | b9f8075cf0e07b7c5febc7d4a475ef5184514afa (diff) | |
start to standardize :handle
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): | 
