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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/compilador/astree/ident.py b/compilador/astree/ident.py
new file mode 100644
index 0000000..936b745
--- /dev/null
+++ b/compilador/astree/ident.py
@@ -0,0 +1,3 @@
+from typing import List
+
+Ident = str