1 2 3 4 5 6
from .lex import * from .yacc import * __version__ = "0.4" __all__ = [ *lex.__all__, *yacc.__all__ ]