Not sure if this is a work-in-progress, but the read() function in moose.py does not return anything or even really do much (just reads the file using pythons built-in read method).
I had expected it to populate the variables in __init__ with information from the read file. Am I missing something?