Jeremy Saklad aee575848b
Only run main() if program is run directly
Checking that __name__ is "__main__" prevents main() from being run if
this script is imported as a module.
2021-06-18 15:13:03 -05:00
2021-06-13 14:35:36 -05:00
Description
This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
498 KiB
Languages
Python 100%