4 lines
84 B
Python
4 lines
84 B
Python
from PluginCore.registry import list_plugins
|
|
|
|
print('All plugins:', list_plugins())
|