ScottJDaley / ada

A Discord bot for the Satisfactory video game.
MIT License
33 stars 5 forks source link

Create a Variable class to avoid duplication between different DB types #54

Closed ScottJDaley closed 4 years ago

ScottJDaley commented 4 years ago

Item, Recipe, Generator, Crafter need common functionality for pulp solver, solution output, graphviz, etc.

ScottJDaley commented 4 years ago

Now doing this with duck typing instead