This serves as an example for how to write and package plugins for SimpleBot with standard Python packaging machinery.
The echo plugin registers a single /echo
command that end-users
can send to the bot.
To install run:
pip install simplebot-echo