Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created November 3, 2011 16:29
Show Gist options
  • Save nkabir/1336969 to your computer and use it in GitHub Desktop.
Save nkabir/1336969 to your computer and use it in GitHub Desktop.
Sample Python file
#!/usr/bin/env python
def do_something():
print "I'm doing something!"
if __name__ == "__main__":
print "hello, from Asset.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment