The positional parameters to Member's init are long and ugly. As @aschrab suggested in his comment on #7, we should either instantiate using a dict, or create it empty and populate it field-by-field. I'm leaning toward the latter approach at present, but we'll see after some code.
The positional parameters to Member's init are long and ugly. As @aschrab suggested in his comment on #7, we should either instantiate using a dict, or create it empty and populate it field-by-field. I'm leaning toward the latter approach at present, but we'll see after some code.