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.Dismiss alert
A python abstract base class (a la Java interface) will serve as the basis for recipes, as well as a reference for implementations in other languages.
User recipes should be classes that extend the abstract base class. Recipes should fork this repo and implement their class.
Which properties and methods should be included the base class is open for discussion. Discussion can happen in this thread, but specific requests and proposals should be opened as separate issues or pull requests.
The text was updated successfully, but these errors were encountered:
A python abstract base class (a la Java interface) will serve as the basis for recipes, as well as a reference for implementations in other languages.
User recipes should be classes that extend the abstract base class. Recipes should fork this repo and implement their class.
Which properties and methods should be included the base class is open for discussion. Discussion can happen in this thread, but specific requests and proposals should be opened as separate issues or pull requests.
The text was updated successfully, but these errors were encountered: