Loco-CTO / Rystal-V6-Experiments

Missing module/function docstring PY-D0003
Documentation
Minor
1 occurrence in this check
Docstring missing for check_winner
79        return random.choice(self.Wheel)
80
81    @staticmethod
82    def check_winner(result, option):83        if result[0].lower() == option[0].lower() and result[0].lower() == "g":
84            return RouletteResult.ZEROS, result
85        if result[0].lower() == option[0].lower() and result[0].lower() == "r":