I have the script I want to run in the following structure
scripts/ project/ main.py
libraries/ a.py
In main.py I need to import things from a.py. How c