Create random_play.py
This commit is contained in:
parent
bf78959815
commit
91ce88e9eb
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
import os
|
||||||
|
os.environ["random"] = "True"
|
||||||
|
import wordle
|
Loading…
Reference in New Issue