Files
banban/talkingq-url/scripts/_vendor/qrcode/image/pure.py
2026-05-06 03:33:28 +08:00

6 lines
68 B
Python

from .base import BaseImage
class PyPNGImage(BaseImage):
pass