ipso
ipso copied to clipboard
Selective imports from nested modules
Allow imports like this:
from a.b import c
If a/b.ipso exists, then its c definition should be brought into scope.
Depends on https://github.com/LightAndLight/ipso/issues/73. I haven't implemented "nested" modules at all so far.