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