@@ -1,4 +1,4 @@
from yahtzee import Yachtzee
from yahtzee import Yahtzee
from yahtzee_goals import (
GoalOnes,
GoalTwos,
@@ -11,5 +11,5 @@ goals = [
GoalThrees(),
]
game = Yachtzee(goals)
game = Yahtzee(goals)
game.play()
The note is not visible to the blocked user.