File size: 160 Bytes
ab4488b
 
 
 
 
 
1
2
3
4
5
6
7
"""Central Configuration."""

import os

# Global Option which enables all internal assertions.
ASSERTIONS = bool(int(os.environ.get("ANYTREE_ASSERTIONS", 0)))