Hi --

I'm pretty sure this isn't a thing, but I thought I'd ask.

I have a raft of namespace declarations because I'm pulling information out of Open Document documents.  I'd like to put all thirty-odd of these declarations in their own file and import that, but I'm pretty sure I can't because that imported module would need its own namespace and this would keep its internal namespace declarations from being in scope for the main module, where I actually want them declared.

Is there a way to do this?  It's not critical, it's an outbreak of neatness, but it would be a nice neatness.

Thanks!
Graydon