Coverage for /var/srv/projects/api.amasfac.comuna18.com/tmp/venv/lib/python3.9/site-packages/openpyxl/worksheet/drawing.py: 89%

7 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2023-07-17 14:22 -0600

1# Copyright (c) 2010-2022 openpyxl 

2 

3from openpyxl.descriptors.serialisable import Serialisable 

4from openpyxl.descriptors.excel import Relation 

5 

6 

7class Drawing(Serialisable): 

8 

9 tagname = "drawing" 

10 

11 id = Relation() 

12 

13 def __init__(self, id=None): 

14 self.id = id