I have divided my package into submodules and would like to export their API 
via the main module so all submodules can be imported by just importing 
it./src|   
---|---  
  
\--- testPackage.nim --- /testPackage ------- submodule1.nim ------- 
submodule2.nim ------- submodule3.nim I have put a "*" in front of all I want 
to export in the submodules already, what should I now write in 
testPackage.nim? Many thanks in advance :-D

Reply via email to