summaryrefslogtreecommitdiff
path: root/bots/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bots/bot.py')
-rw-r--r--bots/bot.py2
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 """