syng/pyqrcodeng.pyi

5 lines
104 B
Python
Raw Normal View History

2023-11-01 18:02:38 +01:00
class QRCode:
def terminal(self, quiet_zone: int) -> str: ...
def create(data: str) -> QRCode: ...