aboutsummaryrefslogtreecommitdiff
path: root/neb/structs.py
diff options
context:
space:
mode:
Diffstat (limited to 'neb/structs.py')
-rw-r--r--neb/structs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/structs.py b/neb/structs.py
index 8598344..c5707a4 100644
--- a/neb/structs.py
+++ b/neb/structs.py
@@ -94,6 +94,7 @@ class String(Literal):
class Handle:
def __init__(self, file):
self.file = file
+ self.type_ = TypeEnum.HANDLE
def __str__(self):
return f"{self.file.name} :handle"