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