__init__.py (82B)
1# PLY package 2# Author: David Beazley (dave@dabeaz.com) 3 4__all__ = ['lex','yacc']