From e591d15abc4943a74c39f0fcab065213828a1514 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 29 Jan 2024 02:34:32 +0200 Subject: Updating too much. Renewed bots and tui. --- bots/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bots/__init__.py') 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 -- cgit v1.2.3