Closed ffund closed 2 years ago
The demo.py file just calls all the stub functions. As you write stub functions and then eventually implement them, you test after each change by running
demo.py
sudo python3 setup.py install python3 demo.py
The
demo.py
file just calls all the stub functions. As you write stub functions and then eventually implement them, you test after each change by running