This may require cell (`%%`) magic, but would be useful when importing multiple things at once, e.g. ```python %%vault from x import ( a, b, c, d ) ``` Which makes sense if `a`, `d`, `c`, `d` are longer identifiers.
This may require cell (
%%) magic, but would be useful when importing multiple things at once, e.g.Which makes sense if
a,d,c,dare longer identifiers.