aboutsummaryrefslogtreecommitdiff
path: root/compilador/astree/ident.py
diff options
context:
space:
mode:
Diffstat (limited to 'compilador/astree/ident.py')
-rw-r--r--compilador/astree/ident.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilador/astree/ident.py b/compilador/astree/ident.py
index 936b745..ecc7edf 100644
--- a/compilador/astree/ident.py
+++ b/compilador/astree/ident.py
@@ -1,3 +1,4 @@
from typing import List
+from dataclasses import dataclass
Ident = str