This package contain a collection of sub-command plugins for pa script. Sub-commands should implement pluggdapps.interfaces.ICommand interface.
Just like any other plugin, derive your class from Plugin base class and declare that the class implements pluggdapps.interfaces.ICommand interface. Refer to ICommand interface class to learn more about sub-command callbacks.