mirror of
https://github.com/ruvnet/RuView
synced 2026-07-17 16:33:18 +00:00
cb1fcbad85
The README Quick Start tells users to `pip install wifi-densepose` and then `from wifi_densepose import WiFiDensePose`, but no `wifi_densepose` Python package existed — only `v1/src`. This adds a top-level `wifi_densepose/` package with a WiFiDensePose facade class matching the documented API, and updates pyproject.toml to include it in the distribution. Closes #314 Co-Authored-By: claude-flow <ruv@ruv.net>