def deletePlayers():
    """Removes all player records from the database."""

    Player.deleteAll()
    Score.deleteAll()