4.3. Which files to Import

You will need to import other parts of Freevo do make your plugin work. Most common are the following modules:

Table 4-1. Module list

configBasic configuration of Freevo. This also contains the settings from local_conf.py.
pluginThis contains all basic classes and functions for the plugin interface.
eventSome pre-defined events and the class Eventto build your own events.
menuContains the class Menu to create menus for the plugin. This module also conatins MenuItem, a pre-defined item to put in a menu
itemThis module contains the basic Item class to put into a menu.
rcFunctions for putting an event into the event queue