Created
July 2, 2012 19:52
-
-
Save kgleeson/3035304 to your computer and use it in GitHub Desktop.
Python template
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
#!/usr/bin/env python | |
# encoding: utf-8 | |
""" | |
untitled.py | |
Created by XXX XXX on YYYY-MM-DD. | |
Copyright (c) YYYY __MyCompanyName__. All rights reserved. | |
""" | |
import sys | |
import os | |
def main(): | |
pass | |
if __name__ == '__main__': | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment