diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-20 14:24:08 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-20 14:24:08 +0200 |
commit | b34e6c27aa640e4bd4bde91d684e1e59095ba8b1 (patch) | |
tree | 14aa4c5b2b384535c6d379143f441625c7039722 | |
parent | fb3d4d39eded67b145aa17eac72ae85c9793bf67 (diff) |
Moved files
Moved all files of lib into a lib dir
-rw-r--r-- | lib/__init__.py | 0 | ||||
-rw-r--r-- | lib/app.py (renamed from app.py) | 0 | ||||
-rw-r--r-- | lib/classes.py (renamed from classes.py) | 0 | ||||
-rw-r--r-- | lib/commands.py (renamed from commands.py) | 0 | ||||
-rw-r--r-- | lib/config.py (renamed from config.py) | 0 | ||||
-rw-r--r-- | lib/listcommands.py (renamed from listcommands.py) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/lib/__init__.py b/lib/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/__init__.py diff --git a/classes.py b/lib/classes.py index 7f872af..7f872af 100644 --- a/classes.py +++ b/lib/classes.py diff --git a/commands.py b/lib/commands.py index c9525db..c9525db 100644 --- a/commands.py +++ b/lib/commands.py diff --git a/config.py b/lib/config.py index 3ccd82d..3ccd82d 100644 --- a/config.py +++ b/lib/config.py diff --git a/listcommands.py b/lib/listcommands.py index 8313d26..8313d26 100644 --- a/listcommands.py +++ b/lib/listcommands.py |