add test-clean code merge
This commit is contained in:
1
talkingq-url/scripts/_vendor/qrcode/image/__init__.py
Normal file
1
talkingq-url/scripts/_vendor/qrcode/image/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# Minimal package marker for the vendored qrcode runtime used by generate_bind_qr.py.
|
||||
2
talkingq-url/scripts/_vendor/qrcode/image/base.py
Normal file
2
talkingq-url/scripts/_vendor/qrcode/image/base.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class BaseImage:
|
||||
pass
|
||||
5
talkingq-url/scripts/_vendor/qrcode/image/pure.py
Normal file
5
talkingq-url/scripts/_vendor/qrcode/image/pure.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .base import BaseImage
|
||||
|
||||
|
||||
class PyPNGImage(BaseImage):
|
||||
pass
|
||||
Reference in New Issue
Block a user