GotoUsuke's picture
Upload folder using huggingface_hub
ab4488b verified
raw
history blame contribute delete
160 Bytes
"""Central Configuration."""
import os
# Global Option which enables all internal assertions.
ASSERTIONS = bool(int(os.environ.get("ANYTREE_ASSERTIONS", 0)))