mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Enable experimental as default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user