joajfreitas / fcp-core

MIT License
6 stars 1 forks source link

Allow nested imports? #98

Open joajfreitas opened 1 month ago

joajfreitas commented 1 month ago

Currently only files in the same directory can be "imported". I believe.

Allow nested imports for very flexible directory structure.

image

mod A.B.C;

???