export module foo.nu
export module beans
export def test [] { 'test' }
export def main [] { 'bacon' }