GotoUsuke's picture
Upload folder using huggingface_hub
ab4488b verified
raw
history blame contribute delete
122 Bytes
class TreeError(RuntimeError):
"""Tree Error."""
class LoopError(TreeError):
"""Tree contains infinite loop."""