diff options
Diffstat (limited to 'Lib/lib2to3/pgen2/__init__.py')
-rw-r--r-- | Lib/lib2to3/pgen2/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/lib2to3/pgen2/__init__.py b/Lib/lib2to3/pgen2/__init__.py new file mode 100644 index 0000000..af39048 --- /dev/null +++ b/Lib/lib2to3/pgen2/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved. +# Licensed to PSF under a Contributor Agreement. + +"""The pgen2 package.""" |