diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 09:41:48 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 09:41:48 +0200 |
commit | e785dbd4f726c5716f21071ed25dc35ac87c0c74 (patch) | |
tree | 781373b78380a1ffd1ea8c5dc8ceb2bd313631e9 /bots/__init__.py | |
parent | 4eff4a32cfa594cc2a3df3885de92d407edc6675 (diff) |
Dev tools and directory structure rework.
Diffstat (limited to 'bots/__init__.py')
-rw-r--r-- | bots/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bots/__init__.py b/bots/__init__.py deleted file mode 100644 index f346d07..0000000 --- a/bots/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -""" bots - tämä alimoduli tarjoaa tekoälyn """ - -from .simple import SimpleBot -from .dssp import DSSPBot |