import Stock
Whenever I try to do this I get this error
ModuleNotFoundError: No module named 'Stock'
My Stock file is located in the same folder as stock_test
(this is where I do import Stock
) and I have an init file in the same folder.
I'm not really sure what I'm missing here, any help would be appreciated.
Stock file has everything that is working and I need it to import.