On Wednesday, 28 October 2020 at 22:43:12 UTC, mw wrote:
I wonder what's the best way to resolve this conflict, i.e my local file name with 3rd party library dir name.
Don't write any module with a single name unless you are guaranteed to never import it.
pyd should have called it like `module pyd.util;` Then you call yours like `module mw.util;` This makes such conflicts a lot less likely.