If I place 2 py files ```python # ~/Documents/a.py print("hello from a") ``` ```python # ~/Documents/b.py import a ``` ```shell b.py ``` I get ImportError. But running from bin/python3 or from Pythonista console do not raise import error
If I place 2 py files
I get ImportError.
But running from bin/python3 or from Pythonista console do not raise import error