The script should a main function, and the execution should be controlled by an if __name__ == '__main__' block. Furthermore, procedures from the code should be separated in functions, and be properly documented. The code in variaveis.py also has inconsistent style with the code style of preprocessor.py.
The script should a main function, and the execution should be controlled by an
if __name__ == '__main__'
block. Furthermore, procedures from the code should be separated in functions, and be properly documented. The code in variaveis.py also has inconsistent style with the code style of preprocessor.py.