Supporting Class APIs ##################### The :class:`decree_tree.DecreeTree` has several other classes as parents. It is not expected that they would be used directly. However, the following is a reference guide. Decree ****** .. py:module:: decree_tree.decree It is possible to create single-level commands using the ``Decree`` class: .. autoclass:: decree_tree.decree.Decree :members: :member-order: bysource Tree **** .. py:module:: decree_tree.tree It is possible to create generic trees of objects using the ``Tree`` class: .. autoclass:: decree_tree.tree.Tree :members: :member-order: bysource :show-inheritance: