Yandy Ramirez
Yandy Ramirez
Modified the three above methods to use regex, should be much more efficient than the 3000 lines of string and list splitting. still works as expected ``` bash $ python...
Not a pull request, but created a branch on my own fork to pass something by you guys. I basically deleted all the methods from device that had getXXX in...
What do you guys think about moving device() out of main.py and putting it in it's own module? This way we can have a true representation of the Model/View/Controller. Can...