Imports in V#

Imports

lib.vshrp
            
                    func helo(){
                        io.println("hello")
                    }
                
            
main.vshrp

                import "lib.vshrp"
                helo()