Closed azbones closed 4 years ago
Add exceptions for methods like flip() which check that parameters are str and exist in the actual drone api like f,b,l, and right in the flip() case.
I added a type/value check for flip() and a type int check for the other movement methods.
Add exceptions for methods like flip() which check that parameters are str and exist in the actual drone api like f,b,l, and right in the flip() case.