Files
wartana bb17574d0c
Some checks failed
WLED CI / wled_build (push) Has been cancelled
build: Initialize Python virtual environment and install project dependencies.
2026-02-19 22:31:26 +08:00

5 lines
94 B
Python

from .core import contents, where
__all__ = ["contents", "where"]
__version__ = "2026.01.04"