Skip to content

Instantly share code, notes, and snippets.

@nficano
Last active January 30, 2016 00:41
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 nficano/eb6f9a337e5ba2dbdae6 to your computer and use it in GitHub Desktop.
Save nficano/eb6f9a337e5ba2dbdae6 to your computer and use it in GitHub Desktop.
Python Boilerplate
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
def main():
args = sys.argv[1]
# start here
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment