Skip to content

Instantly share code, notes, and snippets.

@alfredo
Created April 28, 2016 12:28
Show Gist options
  • Save alfredo/d14baa19f0f1f94b27a6218cf815cd50 to your computer and use it in GitHub Desktop.
Save alfredo/d14baa19f0f1f94b27a6218cf815cd50 to your computer and use it in GitHub Desktop.
script pattern
#!/usr/bin/env python
def do_something_complicated():
print "Done!"
if __name__ == "__main__":
do_something_complicated()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment