diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba0430d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ \ No newline at end of file diff --git a/__pycache__/robot.cpython-310.pyc b/__pycache__/robot.cpython-310.pyc deleted file mode 100644 index 322cc71..0000000 Binary files a/__pycache__/robot.cpython-310.pyc and /dev/null differ diff --git a/robot.py b/robot.py index 7a0377b..6e2b8bb 100644 --- a/robot.py +++ b/robot.py @@ -3,8 +3,6 @@ from time import sleep import serial - - class Robot(object): """ Defines the Arlo robot API