Describe the bug
When trying to import conans.model.version without importing anything else first and import error is generated
The bug might be invalid if things under conans is considered private. But in practice for us, it isn't since a lot of the API uses models that only exists there, so I think at least bigger parts of it need to be public.
Tested with Conan 2.9.3 and 2.10.2
How to reproduce it
import conans.model.version