This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Very basic implementation of a cube explorer function. | |
This is a proof of concept rather than a solid design idea. It is | |
currently hard-wired to work on one dimension only although the | |
workings allow for multiple dimensions, I just didn't get round to | |
writing code to add the buttons for these! | |
""" | |
import functools |