initialize the plugin (in addition to `__init__`)
(self)
| 214 | return self.__name__ |
| 215 | |
| 216 | def init(self): |
| 217 | """initialize the plugin (in addition to `__init__`)""" |
| 218 | pass |
| 219 | |
| 220 | def setup(self): |
| 221 | """ setup for enviroment and other things, called before downloading (possibly more than one time)""" |