9 lines
185 B
Python
9 lines
185 B
Python
#Autogenerated schema
|
|
from openpyxl.descriptors.serialisable import Serialisable
|
|
|
|
# same as related
|
|
|
|
class SheetBackgroundPicture(Serialisable):
|
|
|
|
tagname = "sheetBackgroundPicture"
|