🚀 Feature
For example, if I have main.leo, a.leo, and b.leo under src/, then there is currently no way to have a third module c.leo that both a.leo and b.leo can have access to. At the very least, we might have to introduce absolute paths to solve this.
🚀 Feature
For example, if I have
main.leo,a.leo, andb.leoundersrc/, then there is currently no way to have a third modulec.leothat botha.leoandb.leocan have access to. At the very least, we might have to introduce absolute paths to solve this.