dr.botzo/facts/__init__.py

8 lines
338 B
Python

"""Facts allows storage of arbitrarily defined sets of strings.
The "fact" part is tongue-in-cheek, you can put random options for a decision,
roulette style game modes, 8-ball type functionality, and total falsehoods
in here too. When fact categories are queried, a random one is returned if
you don't know what you're looking for.
"""