diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-27 12:36:02 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-27 12:36:02 +0200 |
commit | d68d1a33f52ad9ddeb97c6e45f1e66cdf27c67f5 (patch) | |
tree | 5ed95a7e5b9a427fc4c4791e21a92fb88fbf7ce7 /__main__.py | |
parent | c0a0bb30e03be9c47b99d5da848e29a747e9af66 (diff) |
Implementing uncertain moves as bot option.
Diffstat (limited to '__main__.py')
-rw-r--r-- | __main__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/__main__.py b/__main__.py index 697ceb4..edf3888 100644 --- a/__main__.py +++ b/__main__.py @@ -32,9 +32,6 @@ parser.add_argument( action='store_true' ) - - - args = parser.parse_args() app = App(args) |