class QRCode: def terminal(self, quiet_zone: int) -> str: ... def create(data: str) -> QRCode: ...