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

Ident = List[str]