From 9b7162527d724211be2659ee3f24593d88f1b7bd Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 6 Jul 2021 12:05:10 -0500 Subject: [PATCH] Add DiplomatFascination to public interface Its prior exclusion was a mistake: this is necessary to use Solve. --- Bone Market Solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bone Market Solver.py b/Bone Market Solver.py index 8089c2d..20f0c21 100644 --- a/Bone Market Solver.py +++ b/Bone Market Solver.py @@ -1,6 +1,6 @@ """Use constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.""" -__all__ = ['Declaration', 'Fluctuation', 'OccasionalBuyer', 'Solve'] +__all__ = ['Declaration', 'DiplomatFascination', 'Fluctuation', 'OccasionalBuyer', 'Solve'] __author__ = "Jeremy Saklad" import argparse