Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created November 30, 2014 22:55
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 kureikei/6d36ad28daefd3668e61 to your computer and use it in GitHub Desktop.
Save kureikei/6d36ad28daefd3668e61 to your computer and use it in GitHub Desktop.
bl_info = {
"name": "Do Nothing Addon",
"category": ""}
def register():
pass
def unregister():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment