4 lines
104 B
Python
4 lines
104 B
Python
class QRCode:
|
|
def terminal(self, quiet_zone: int) -> str: ...
|
|
|
|
def create(data: str) -> QRCode: ...
|