#!/usr/bin/env python
from wordle_buddy import WordleGame

game = WordleGame(mode="manual")
game.run()
