Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Rearranged variables to be sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandy Liu committed Feb 10, 2020
1 parent 20fc724 commit 120f42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microbit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from .__model.image import Image
from .__model.microbit_model import __mb

accelerometer = __mb.accelerometer
button_a = __mb.button_a
button_b = __mb.button_b
display = __mb.display
accelerometer = __mb.accelerometer


def sleep(n):
Expand Down

0 comments on commit 120f42d

Please sign in to comment.