pooltool.ruleset.nine_ball# Overview# Function# is_legal(shot, break_shot) Returns whether or not a shot is legal, and the reason Functions# pooltool.ruleset.nine_ball.is_legal(shot: pooltool.system.datatypes.System, break_shot: bool) → Tuple[bool, str][source]# Returns whether or not a shot is legal, and the reason Return type: Tuple[bool, str]