__init__.py 102 B

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