Skip to content

Instantly share code, notes, and snippets.

@hso
Created January 10, 2011 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hso/772452 to your computer and use it in GitHub Desktop.
Save hso/772452 to your computer and use it in GitHub Desktop.
I dreamed this.
from thematrix.human.body.senses import haptic_hook
from thematrix.tools import Flyswatter
@haptic_hook
def fly_hook(fly):
tool = Flyswatter()
return tool.splat(fly)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment