Your example can be fixed by doing
export ex.uuid
Run
Or, if you want to export _everything_ from that module (export only exports
things which are marked by `*`:
import ex
export ex
Run
See
[https://nim-lang.org/docs/manual.html#modules-export-statement](https://nim-lang.org/docs/manual.html#modules-export-statement)
