__init__.py 103 B

12345
  1. # PLY package
  2. # Author: David Beazley (dave@dabeaz.com)
  3. __version__ = '3.11'
  4. __all__ = ['lex','yacc']