Arquivos
2015-03-09 13:05:27 +01:00

329 B

To create a new plugin, see print.py and print.yapsy-plugin for a minimal example and plugin_interface.py for documentation about more advanced features.

Note: "init" will be automatically called when the main program loads, even if the plugin is not used, put computationally intensive instructions in activate() instead.