We're using quite a few private functions from vcztools referencing their module locations. It would be good to limit to using symbols explicitly exported by the vcztools public API now:
https://github.com/sgkit-dev/vcztools/blob/main/vcztools/__init__.py
We can add the necessary things to the vcztools public API, so it would be good to have a list of the things that are needed.
We're using quite a few private functions from vcztools referencing their module locations. It would be good to limit to using symbols explicitly exported by the vcztools public API now:
https://github.com/sgkit-dev/vcztools/blob/main/vcztools/__init__.py
We can add the necessary things to the vcztools public API, so it would be good to have a list of the things that are needed.