matrix-builder / services /api /app /core /feature_flags.py
ruslanmv
Deploy: metrics + docs (Batch 12)
22b729d
Raw
History Blame Contribute Delete
81 Bytes
def is_enabled(flag: str) -> bool:
return flag.startswith("batch1") is False