This commit is contained in:
Jonas Rabenstein 2025-12-23 10:03:07 +01:00
commit 6dee644a12
24 changed files with 821 additions and 1340 deletions

View file

@ -1,3 +1,5 @@
#from .brmesh import CONFIG_SCHEMA, DEPENDENCIES, to_code
from .brmesh import CONFIG_SCHEMA, DEPENDENCIES, to_code
#__all__ = ["CONFIG_SCHEMA", "DEPENDENCIES", "to_code"]
AUTO_LOAD = [ "light" ]
__all__ = ["CONFIG_SCHEMA", "DEPENDENCIES", "to_code"]