> That will result in a large file with all types and its props & methods. > Isn't it ?
[https://nim-lang.org/docs/manual.html#modules-include-statement](https://nim-lang.org/docs/manual.html#modules-include-statement) Instead of importing your modules, you include them in a single file. There is no point for using imports unless you are making a library.