Skip to content

Commit c771a3e

Browse files
committed
Add a comment at the top of the Wordle example
1 parent 5acc921 commit c771a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/wordle_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
""" Solve the Wordle game using SeleniumBase. """
2+
13
import ast
24
import random
35
import requests

0 commit comments

Comments
 (0)