I have the following directory structure
src\
conectores\
mysql.py
bibliotecas
auxiliares
teste\
chamarMysql.py
In the above structure how can I inside the test file \ callMysql.py, make a call to a class that is in src \ connectors \ mysql.py?