The servers engines in the pyzor.engines package all respect a certain pattern, and must implement certain methods.
In order to make the package more consistent, and to make adding more engines easier, we should create a base abstract class from which all engines should inherit.
The servers engines in the
pyzor.enginespackage all respect a certain pattern, and must implement certain methods.In order to make the package more consistent, and to make adding more engines easier, we should create a base abstract class from which all engines should inherit.