1 2 3 4 5 6
export module foo.nu export module beans export def test [] { 'test' } export def main [] { 'bacon' }