2356bfd686af
More skeleton.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 19 Sep 2012 23:00:23 -0400 |
parents | 57b4f9217113 |
children | 7a4a91ec863f |
branches/tags | (none) |
files | ffind |
Changes
--- a/ffind Wed Sep 19 22:54:37 2012 -0400 +++ b/ffind Wed Sep 19 23:00:23 2012 -0400 @@ -0,0 +1,18 @@ +#!/usr/bin/env python +# -*- coding: utf8 -*- + +# ____ ____ __ ____ __ _ ____ __ _ _ ____ __ __ _ ____ +# ( __)( _ \( )( __)( ( \( \( ) ( \/ )___( __)( )( ( \( \ +# ) _) ) / )( ) _) / / ) D (/ (_/\ ) /(___)) _) )( / / ) D ( +# (__) (__\_)(__)(____)\_)__)(____/\____/(__/ (__) (__)\_)__)(____/ +# +# The friendlier file finder. + +def build_option_parser(): + pass + +def main(): + pass + +if __name__ == '__main__': + main()