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