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
Run
How do I import constants into main?
