diff --git a/random_play.py b/random_play.py new file mode 100644 index 0000000..7df3a09 --- /dev/null +++ b/random_play.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 +import os +os.environ["random"] = "True" +import wordle