Files
2019-01-16 11:32:59 +00:00

5 lines
83 B
Python

from foo import x, y
import bar
from baz import x as a, y as b
import spam as eggs