diff options
Diffstat (limited to 'tests/pyb/accel.py')
-rw-r--r-- | tests/pyb/accel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyb/accel.py b/tests/pyb/accel.py index 13f53b33c0..e5a1a2ed7a 100644 --- a/tests/pyb/accel.py +++ b/tests/pyb/accel.py @@ -1,3 +1,5 @@ +import pyb + accel = pyb.Accel() print(accel) accel.x() |