What's the recommended approach for importing .sage scripts as a module, i.e. into their own namespace? I have a file with ~10k functions and it'd be much nicer to keep them filed tidily away.
I've written a hack sage_import wrapper which seems to work for my use case, but hopefully there's a better way.