Files
unbelievaselfbot/bot/constants.py

4 lines
113 B
Python

from collections import namedtuple
PlayOptions = namedtuple('PlayOptions', ['hit', 'stand', 'double', 'split'])