[refactor] move rbm.stack* + rbm.rnn_helper → stack/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:10:03 +02:00
co-authored by Claude Sonnet 4.6
parent b0d370a56b
commit 2da2262368
12 changed files with 56 additions and 58 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ readme = "README.md"
[tool.setuptools]
package-dir = {"" = "src"}
packages = ["rbm", "image"]
packages = ["rbm", "image", "stack"]