When a user tries to import questionable, they receive a deprecation warning from inside the library, which they are not able to fix or even silence (without silencing all deprecations in their project). Nimble recommends to keep private modules in a private/ subdirectory, which is what this PR does.
When a user tries to
import questionable
, they receive a deprecation warning from inside the library, which they are not able to fix or even silence (without silencing all deprecations in their project). Nimble recommends to keep private modules in aprivate/
subdirectory, which is what this PR does.