diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-01 00:27:54 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-01 00:27:54 +0200 |
commit | e66fb136c8fd10fe8bafb273c938a3d332d997ba (patch) | |
tree | 94623092ecb1bb6177ecc7b922aeaec429cc08d3 /modules/tasks.py | |
parent | 21019bc8414e60495573807b0fe0eb562a0e8876 (diff) |
setting tasks for ships
Diffstat (limited to 'modules/tasks.py')
-rw-r--r-- | modules/tasks.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/tasks.py b/modules/tasks.py deleted file mode 100644 index 8479134..0000000 --- a/modules/tasks.py +++ /dev/null @@ -1,5 +0,0 @@ -IDLE = 'IDLE' -MINING = 'MINING' - -MIA = 'MIA' -ERROR = 'ERROR' |