6 lines
96 B
Python
6 lines
96 B
Python
from qrcode.image.svg import SvgImage
|
|
|
|
|
|
class SvgImageWhite(SvgImage):
|
|
background = 'white'
|