Add DiplomatFascination to public interface
Its prior exclusion was a mistake: this is necessary to use Solve.
This commit is contained in:
parent
dc75b4d157
commit
9b7162527d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue