Using the following pseudo-code, would it be possible to use import *
for multiple sources, in one line?*
from foo, bar, buzz import *
*Or just a few lines
Using the following pseudo-code, would it be possible to use import *
for multiple sources, in one line?*
from foo, bar, buzz import *
*Or just a few lines