new/yocto/poky/bitbake/lib/ply/__init__.py

5 lines
82 B
Python
Raw Normal View History

2025-05-10 21:58:58 +08:00
# PLY package
# Author: David Beazley (dave@dabeaz.com)
__all__ = ['lex','yacc']