trees organized

This commit is contained in:
Mari Wahl 2015-01-07 13:43:37 -05:00
parent 28b84cef65
commit 52752fb931
16 changed files with 262 additions and 689 deletions
src/trees

5
src/trees/bunchclass.py Normal file → Executable file
View file

@ -1,7 +1,6 @@
#!/usr/bin/python
#!/usr/bin/env python
__author__ = "Mari Wahl"
__email__ = "marina.w4hl@gmail.com"
__author__ = "bt3"
class BunchClass(dict):
def __init__(self, *args, **kwds):