You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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 text was updated successfully, but these errors were encountered:
…ne``.
Add a base class for engines with stubs for all methods that require
implementation for a pyzord server engine.
The ``whitelist`` and ``report`` methods are exceptions to this, as
noted in the documentation.
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 text was updated successfully, but these errors were encountered: