When using the import
statement, how/where does Nim perform its search for modules?
I know that file paths can be used, but if I don't want to use a file path, where would I put the module I defined locally on my machine?
I haven't used Nimble yet and I assume that's one way, but I'm more interested in how it would be done if the module is only defined locally.