diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-29 02:34:32 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-29 02:34:32 +0200 |
commit | e591d15abc4943a74c39f0fcab065213828a1514 (patch) | |
tree | bc22931abb08d8c213ba4eb81a85298d69e88890 /bots/__init__.py | |
parent | 0c034e6fbae0833f8524caf223deab450e9bb1b4 (diff) |
Updating too much. Renewed bots and tui.
Diffstat (limited to 'bots/__init__.py')
-rw-r--r-- | bots/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bots/__init__.py b/bots/__init__.py index f180c3a..f346d07 100644 --- a/bots/__init__.py +++ b/bots/__init__.py @@ -1,4 +1,4 @@ """ bots - tämä alimoduli tarjoaa tekoälyn """ -from .bot import Bot -from .bad import BadBot +from .simple import SimpleBot +from .dssp import DSSPBot |