1 2 3 4 5 6 7
if "__file__" not in globals(): print("SKIP") raise SystemExit import import1b print(import1b.__file__)