Create a base abstract class for server engines
alexkiro opened this issue · 0 comments
alexkiro commented
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.