singnet / das-atom-db

Persistence layer
MIT License
2 stars 0 forks source link

[Atom DB C++] Define and use sub-modules for a better organization #238

Closed angeloprobst closed 4 days ago

angeloprobst commented 4 days ago

Few resources have been exposed via nanobind directly on the extension root with no sub-modules. This causes some issues with mypy and some confusion on how to import those resources. The ask here is to put everything under some sub-module.

Extra: move FieldNames from python do C++.