Introduction
The python monyplugin example is extracted from the most popular open source projects, you can refer to the following example for usage.
Programming language: Python
Namespace/package name: plugins
Example#1File:
plugin_memory.pyProject:
jbma/Mony
def __init__(self):
MonyPlugin.__init__(self)
Example#2File:
plugin_celery.pyProject:
jbma/Mony
def __init__(self):
MonyPlugin.__init__(self)
MonyRedis.__init__(self, db=2)