So I had just right clicked on my IDE, and added a new folder
and was wondering why I wasn't able to import from it. Later I realized I have to right click and create a Python Package, and not a classic file system folder. Or a post-mortem method being adding an __init__.py
(which makes python treat the file system folder as a package) as mentioned in other answers. Adding this answer here just in case someone went this route.