diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-25 15:52:28 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-25 15:52:28 +0200 |
commit | 27057a601c43ab5a6dcaa5b396c6b3d891c921b9 (patch) | |
tree | 576348f7c7f25b6a6c7283be29a23aa08e6d1688 /bots/bot.py | |
parent | 84ff4aa8fc7714b5841097e0dd800085982321e4 (diff) |
Sorting out import situation and making enum names for tiles for readability.
Diffstat (limited to 'bots/bot.py')
-rw-r--r-- | bots/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bots/bot.py b/bots/bot.py index 8466c51..a097a8d 100644 --- a/bots/bot.py +++ b/bots/bot.py @@ -1,5 +1,5 @@ """ bots/bot.py - bottien kantaisä """ -from tui.static import Action +from tui import Action class Bot(): """ Bot - perusluokka perittäväksi """ |