Another newcomer question
I think I've read a considerable amount on import files in nim but for the life of me I can't figure out how to import from a parallel directory
File structure
/nim/project/src/main.nim
/nim/libs/constants.nim
How do I import constants into main?
As is always the case the answer came after I'd posted the question. It is , of course
../../libs/constants
It would have been nice to have found this in the manual/tutorial