Add DiplomatFascination to public interface

Its prior exclusion was a mistake: this is necessary to use Solve.
This commit is contained in:
Jeremy Saklad 2021-07-06 12:05:10 -05:00
parent dc75b4d157
commit 9b7162527d
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 1 additions and 1 deletions

View File

@ -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