30 Jul
2001
30 Jul
'01
12:23 a.m.
(correction) I erroneously left this paragraph unfinished
The purpose of this code is to enable the user to select from several different sets of 'rules' ('APDA' is currently the only one written), which are implemented as Python modules. At run-time, when a 'division' is created, the ruleset is imported into the object instance as self.rules. The functions of the module can then be called as methods of the division (for example self.rules.list_flags()).
Joe