generic-poky/bitbake/lib/ply/__init__.py

5 lines
82 B
Python

# PLY package
# Author: David Beazley (dave@dabeaz.com)
__all__ = ['lex','yacc']