Each plugin includes a pyproject.toml
file. We introduce entry-points with desired group name in this file.
To use a plugin, go to its directory and install it with pip install .
.
After installing, that plugin is avalible in the main program, for example, plugin_loader.py
.