2025-02-27 10:43:36 +01:00

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'