<div dir="ltr"><div>How would we all feel about allowing multiple modules with one import statement? </div><div><br></div><div>Eg: the option to write</div><div><br></div><div><span style="background-color:rgb(255,242,204)"><font face="monospace, monospace">    <b><font color="#990000">import</font> <font color="#351c75">Cocoa</font>, <font color="#351c75">Foo</font>, <font color="#351c75">Bar</font>.<font color="#351c75">Baz</font> </b></font> </span></div><div><span style="background-color:rgb(255,242,204)"><br></span></div><div>in addition to just:</div><div><br></div><div><div><span style="background-color:rgb(255,242,204)"><font face="monospace, monospace">    <b><font color="#990000">import</font> <font color="#351c75">Cocoa   </font></b></font></span></div><div><span style="background-color:rgb(255,242,204)"><font face="monospace, monospace">    <b><font color="#990000">import</font> <font color="#351c75">Foo     </font></b></font></span></div><div><span style="background-color:rgb(255,242,204)"><font face="monospace, monospace">    <b><font color="#990000">import</font> <font color="#351c75">Bar.Baz </font></b></font></span></div><div><br></div></div><div>When I&#39;m writing smaller files that import a few modules, I&#39;d  prefer to lump the imports together like this. Doesn&#39;t seem like a feature that would require much effort to implement either.</div><div><br></div><br></div>