gen_code#
This module helps developer to declare their own rule set for a specific project. The declaration workflow are:
Define enum of
conditions(dimension of the truth table).Generate the initial truth table.
Manually update the truth table data.
Generate the
${project_name}_truth_table.pyPython module.