Move import to top of file.
This commit is contained in:
parent
2c8205b990
commit
cbe532e5e6
1 changed files with 1 additions and 3 deletions
|
|
@ -18,13 +18,11 @@
|
|||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
from Matrix8x8 import Matrix8x8
|
||||
|
||||
# Color values as convenient globals.
|
||||
# This is a bitmask value where the first bit is green, and the second bit is
|
||||
# red. If both bits are set the color is yellow (red + green light).
|
||||
from Matrix8x8 import Matrix8x8
|
||||
|
||||
OFF = 0
|
||||
GREEN = 1
|
||||
RED = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue