How do you import from a parent folder [python]

there are no stupid questions (other than this one)

my repo

I cant import my main file to my test file

test/main_test.py:1: in <module>
    import main
E   ModuleNotFoundError: No module named 'main'