9 lines
203 B
Python
9 lines
203 B
Python
|
|
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
|
|
|
|
"""
|
|
pyreverse.extensions
|
|
"""
|
|
|
|
__revision__ = "$Id $"
|