#!/usr/bin/env python3

import os
import os.path
import shutil
import subprocess
import sys

# To change this template, choose Tools | Templates
# and open the template in the editor.

__author__="Brian Fristensky"
__date__ ="Monday, April  9, 2012  5:25:14 PM CDT"
'''
Classes for opening files, based on file extensions and platform
defaults.
'''

if __name__ == "__main__":
    print "BIRCH File View Library module"



