Skip to content

Commit

Permalink
Initially adding.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeterson2 committed Aug 13, 2010
0 parents commit 311c32b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.pyc
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /usr/bin/env python

def main():
pass

if __name__ == '__main__':
main()

0 comments on commit 311c32b

Please sign in to comment.