5 lines
82 B
Python
5 lines
82 B
Python
|
# PLY package
|
||
|
# Author: David Beazley (dave@dabeaz.com)
|
||
|
|
||
|
__all__ = ['lex','yacc']
|