mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
- use strum to generate an iterator for the protobuf enum so we don't forget to add new labels if extending in the future - no add-ons appear to be using dynOrderLabels(), so it has been removed @RumovZ perhaps a similar approach might work for listing the available browser columns as well? |
||
|---|---|---|
| .. | ||
| anki | ||
| rsbridge | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .isort.cfg | ||
| .pylintrc | ||
| BUILD.bazel | ||
| mypy.ini | ||
| orjson.bzl | ||
| protobuf.bzl | ||
| README.md | ||
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.