view ply-3.8/ply/__init__.py @ 12254:616be78bd12e draft

<oerjan> revert
author HackEso <hackeso@esolangs.org>
date Fri, 06 Dec 2019 07:54:58 +0000
parents 343ff337a19b
children
line wrap: on
line source

# PLY package
# Author: David Beazley (dave@dabeaz.com)

__version__ = '3.7'
__all__ = ['lex','yacc']