Created
June 5, 2013 02:01
-
-
Save thedrow/5711130 to your computer and use it in GitHub Desktop.
Empty Python Git hooks folder
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
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 | |
| import argparse | |
| def parse_args(): | |
| pass | |
| def main(args=None): | |
| pass | |
| if __name__ == "__main__": | |
| args = parse_args() | |
| main(args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment