Created
February 27, 2012 10:40
-
-
Save tudormunteanu/1923034 to your computer and use it in GitHub Desktop.
Base for standalone python scripts
This file contains hidden or 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
| """ | |
| 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