Hi, I'm trying to import a python class that I wrote into my main.py file. However I can't seem to figure out the import structure. I'm able to get it to work by adding a library, but I don't really want to create a new library, and libraries aren't included in the code section under backtests which I like to reference at times.

If someone has an example of doing regular python imports it would be much appreciated!