Cross-directory Imports
Simply put, how do I import
Array defined in src/array/array.mojo from src/vector/vector.mojo?
3 Replies
@Jack Clayton do you have any answer for this?
Hi @JIMC you need to have those two as subdirs of a pkg like:

Then in
vector.mojo you can: