summaryrefslogtreecommitdiff
path: root/bots/__init__.py
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-25 15:52:28 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-25 15:52:28 +0200
commit27057a601c43ab5a6dcaa5b396c6b3d891c921b9 (patch)
tree576348f7c7f25b6a6c7283be29a23aa08e6d1688 /bots/__init__.py
parent84ff4aa8fc7714b5841097e0dd800085982321e4 (diff)
Sorting out import situation and making enum names for tiles for readability.
Diffstat (limited to 'bots/__init__.py')
-rw-r--r--bots/__init__.py4
1 files changed, 4 insertions, 0 deletions
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