Python Controller Classes
A Python controller class is a class that wraps all of the input parameters & functionality for a specific domain. The controller classes on this page help by joining all functionality & configurations for an operation into a class object with methods you call using .dot_notation()
.
Use the sections to the left to browse controller class snippets.