I'm trying to import 'file.py' in another file (lets call it 'current.py') in Python3. Both the files are in same directory.
I tried all solutions listed in this link :Importing files from different folder in Python but am still unable to resolve the issue.
Also can someone please tell me what to do when the file I'm working on is in different directory from the one I want to use