I have two main.py files, parser.py and I want from main.py to import parser.py but it does not matter what parser.py you create, what matters is a parser builtin module. How can I get the file that I create to import without having to change the name? I'm working with python 3.6