rel_import_inv.py 79 B

1234
  1. try:
  2. from . import foo
  3. except:
  4. print("Invalid relative import caught")