7 lines
274 B
Python
7 lines
274 B
Python
#Copyright ReportLab Europe Ltd. 2000-2017
|
|
#see license.txt for license details
|
|
#history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/__init__.py
|
|
__version__='3.3.0'
|
|
__doc__='''Framework for reusable object graphics, in PDF or bitmap form'''
|
|
|