I have made a utils module that can be installed in my venv via pip - mostly for my own use, so I can import it as a 'utils' package at the beginning of any file and use the functions in there without having to worry about paths etc. Is that the kind of thing you're talking about?
Have you built modules for use by some-one else?
if so, you'll count as good in my book.