The compiler uses a .nimble file in a similar way as Python uses the 
__init__.py files. To fix your issue you can just:
    
    
    touch src/moje/a.nimble
    touch src/moje/b.nimble
    

Should work then.

Reply via email to