svg.py 96 B

12345
  1. from qrcode.image.svg import SvgImage
  2. class SvgImageWhite(SvgImage):
  3. background = 'white'