How to use a function in a module without specifying the module name

yes, you need to export in the module and import in your code with using.

also yes

1 Like