3 Interhit your plugins from this class.
 
   5 Your plugin name should end with _plugin.py, e.g. example_plugin.py
 
   6 Your class name should match plugin name and be capitalized, e.g. Example
 
   7 Do not use dots in filename or class name.
 
   9 See helloworld_plugin_.py for the basic plugin example.
 
  13 class VPProxyPlugin(object):
 
  15     def __init__(self, AceConfig, AceStuff):
 
  18     def handle(self, connection):
 
  19         raise NotImplementedError