More skeleton.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 19 Sep 2012 23:00:23 -0400 |
parents |
57b4f9217113 |
children |
7a4a91ec863f |
#!/usr/bin/env python
# -*- coding: utf8 -*-
# ____ ____ __ ____ __ _ ____ __ _ _ ____ __ __ _ ____
# ( __)( _ \( )( __)( ( \( \( ) ( \/ )___( __)( )( ( \( \
# ) _) ) / )( ) _) / / ) D (/ (_/\ ) /(___)) _) )( / / ) D (
# (__) (__\_)(__)(____)\_)__)(____/\____/(__/ (__) (__)\_)__)(____/
#
# The friendlier file finder.
def build_option_parser():
pass
def main():
pass
if __name__ == '__main__':
main()