Making A Library for ghPython

I've written a few methods I use over and over again in my Python components.  When I need them I copy and paste the code.  Does anyone know how to make a library out of those methods so I can just import the library and have access to the code?

 

That way if I update my Library I don't have to go through and re copy and paste the improved methods.