summaryrefslogtreecommitdiff
path: root/modules/tasks.py
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-08-31 01:06:58 +0200
committerBotond Hende <nettingman@gmail.com>2024-08-31 01:06:58 +0200
commit254a5eda7d17ff28d4604d95dba6f102120189b8 (patch)
treeeb9990386d9d32b903a0912010229ee1cdc114f1 /modules/tasks.py
parent9b686d79871c6f76b8ea36d8a8a43d3edb32def7 (diff)
ship data initialization on startup
Diffstat (limited to 'modules/tasks.py')
-rw-r--r--modules/tasks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/tasks.py b/modules/tasks.py
new file mode 100644
index 0000000..8479134
--- /dev/null
+++ b/modules/tasks.py
@@ -0,0 +1,5 @@
+IDLE = 'IDLE'
+MINING = 'MINING'
+
+MIA = 'MIA'
+ERROR = 'ERROR'