PluginBase
PluginBase ¶
The base class of the plugin.
Parameters
Parameter | Default | Description |
---|---|---|
app
SeaPlayer
|
required | A link to the image of the |
pl
PluginLoader
|
required | A link to the image of the |
info
PluginInfo
|
required | Contains all variables from |
__init_repr__ ¶
The string that is output to the logs after initialization of the class.
Returns
Name | Type | Description |
---|---|---|
str |
str
|
A string indicating the initialization of the class. |