4 lines
84 B
Python
4 lines
84 B
Python
import os
|
|
|
|
ASSERTIONS: bool = bool(os.environ.get("BIGTREE_CONF_ASSERTIONS", True))
|