mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-09 16:09:02 -06:00
4 lines
113 B
Python
4 lines
113 B
Python
from collections import namedtuple
|
|
|
|
PlayOptions = namedtuple('PlayOptions', ['hit', 'stand', 'double', 'split'])
|