mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-09 04:09:04 -06:00
PlayOptions namedtuple constant class, uncommitted exceptions, use re.compile in parsers regex for IDE color formatting, change logging
This commit is contained in:
3
bot/constants.py
Normal file
3
bot/constants.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from collections import namedtuple
|
||||
|
||||
PlayOptions = namedtuple('PlayOptions', ['hit', 'stand', 'double', 'split'])
|
||||
Reference in New Issue
Block a user