I'm sure it was asked before but can't find the thread:
How to deal best with an older library that uses the same class name as module name?
I get a lot of`Error: module ABC from file ...ABC.d must be imported with 'import ABC'`
Do I need to rename all modules?