Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created February 27, 2012 10:40
Show Gist options
  • Select an option

  • Save tudormunteanu/1923034 to your computer and use it in GitHub Desktop.

Select an option

Save tudormunteanu/1923034 to your computer and use it in GitHub Desktop.
Base for standalone python scripts
"""
Author: Tudor Munteanu
License: CC
"""
import os
import urllib
def my_func():
pass
if __name__=="__main__":
my_func()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment