Enable experimental as default

This commit is contained in:
Steven B 2024-10-31 17:15:21 +00:00
parent e73da5b677
commit 1c50015f36
No known key found for this signature in database
GPG Key ID: 6D5B46B3679F2A43

View File

@ -25,4 +25,4 @@ class Experimental:
if env_var := os.getenv(cls.ENV_VAR):
return env_var.lower() in {"true", "1", "t", "on"}
return False
return True