I just found out about the `include` statement while reading the [Nim Manual](https://nim-lang.org/docs/manual.html#modules-include-statement). I just wonder if their is any ways to include a whole directory.
Something like that is what im looking for
# include every single nim file in 'mydir' directory
include mydir/*.nim
Run
Is something like that possible ?
