mirror of
https://github.com/tcsenpai/qrare.git
synced 2025-06-07 03:35:26 +00:00
7 lines
170 B
Python
7 lines
170 B
Python
"""
|
|
Binary QR Converter - A utility to convert binary files to QR codes and back.
|
|
"""
|
|
|
|
from binary_qr_converter.converter import BinaryQRConverter
|
|
|
|
__version__ = '0.1.0' |