From 27057a601c43ab5a6dcaa5b396c6b3d891c921b9 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Thu, 25 Jan 2024 15:52:28 +0200 Subject: Sorting out import situation and making enum names for tiles for readability. --- bots/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bots/__init__.py (limited to 'bots/__init__.py') diff --git a/bots/__init__.py b/bots/__init__.py new file mode 100644 index 0000000..f180c3a --- /dev/null +++ b/bots/__init__.py @@ -0,0 +1,4 @@ +""" bots - tämä alimoduli tarjoaa tekoälyn """ + +from .bot import Bot +from .bad import BadBot -- cgit v1.2.3