drixo's picture
Upload folder using huggingface_hub
838f737 verified
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...