Risrit1121's picture
Upload folder using huggingface_hub
283ba4a verified
Raw
History Blame Contribute Delete
118 Bytes
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...