Return the expected channel features hexstring for this configuration
(wumbo_channels=False, extra=[])
| 78 | |
| 79 | |
| 80 | def expected_channel_features(wumbo_channels=False, extra=[]): |
| 81 | """Return the expected channel features hexstring for this configuration""" |
| 82 | features = [] |
| 83 | return hex_bits(features + extra) |
| 84 | |
| 85 | |
| 86 | def move_matches(exp, mv): |