feat(v1): add secure configuration baseline

This commit is contained in:
ila
2026-07-21 09:45:59 +08:00
parent 7b05efe56c
commit 0b01e1bf24
13 changed files with 281 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Silver Pose Python V1 package.
V1 keeps configuration, video acquisition, pose inference, tracking, evidence,
and temporal event decisions in separate modules.
"""