I a Python project, I import code from a module that resides in the \'current\' directory, in ./DIR/module.py:
./DIR/module.py
import DIR.module
Th