mirror of
https://github.com/yweber/lodel2.git
synced 2025-12-03 17:26:54 +01:00
- renamed Plugins class to Plugin - an instance represent a loaded plugin - classmethod allows to preload & load plugins
10 lines
203 B
Python
10 lines
203 B
Python
from lodel.settings.validator import SettingValidator
|
|
|
|
__loader__ = "main.py"
|
|
__confspec__ = "confspec.py"
|
|
__author__ = "Lodel2 dev team"
|
|
__fullname__ = "Dummy plugin"
|
|
|
|
|
|
def _activate():
|
|
return True
|