feature/hraci
version/v0.1.0
@@ -90,6 +90,9 @@ def evaluate(inp: Any, count: int, throw: str) -> tuple:
data = ("count", new_count, old_throw)
return data
elif inp == "h":
data = ("count", count, "")
def check_value(throw: str) -> bool:
throw_s = sorted(throw)
The note is not visible to the blocked user.