1
plugins
gleb edited this page 2022-07-24 14:59:01 +00:00
Plugin archicture
testplugin/ - setup.py - init.py
Plugin example:
def handler(db, conn, req): if req == 'test': db.set('test','s') conn.send('test'.encode())
Plugin config:
plugins.yml: plugins: - yourpackage