# Compilar smart contract usando script python
solceasy(){
        python3 /home/diego/projetos/solceasy/solceasy.py $@;
}

