A very basic question that has been confusing me. Can't seem to find any solutions online so far...
I have a simple script and want to import another script I just made in the same directory.
What is the proper way of doing this?
I just tried combos of import myfile, from myfolder import myfile, import myfolder.myfile, etc
I get ImportError: No module named 'myfile'
Cheers