aboutsummaryrefslogtreecommitdiff
path: root/compilador/astree/ident.py
blob: 936b745f97ba477f2dd8f05f17cbcbb22106aa9b (plain)
1
2
3
from typing import List

Ident = str