There was an error while loading. Please reload this page.
Is quite common to type import x from y instead of from y import x. We can easily offer a better error message in this case.
import x from y
from y import x