diff --git a/lib/__pycache__/bot.cpython-36.pyc b/lib/__pycache__/bot.cpython-36.pyc new file mode 100755 index 0000000..c7da6d6 Binary files /dev/null and b/lib/__pycache__/bot.cpython-36.pyc differ diff --git a/lib/__pycache__/librarySetup.cpython-36.pyc b/lib/__pycache__/librarySetup.cpython-36.pyc new file mode 100755 index 0000000..37de03f Binary files /dev/null and b/lib/__pycache__/librarySetup.cpython-36.pyc differ diff --git a/lib/__pycache__/setup.cpython-36.pyc b/lib/__pycache__/setup.cpython-36.pyc new file mode 100755 index 0000000..45c9e7e Binary files /dev/null and b/lib/__pycache__/setup.cpython-36.pyc differ diff --git a/bot.py b/lib/bot.py similarity index 100% rename from bot.py rename to lib/bot.py diff --git a/configure.py b/lib/configure.py similarity index 100% rename from configure.py rename to lib/configure.py diff --git a/librarySetup.py b/lib/librarySetup.py similarity index 100% rename from librarySetup.py rename to lib/librarySetup.py diff --git a/online.py b/lib/online.py similarity index 100% rename from online.py rename to lib/online.py diff --git a/setup.py b/lib/setup.py similarity index 100% rename from setup.py rename to lib/setup.py diff --git a/run.py b/run.py index b832d99..77f76ea 100755 --- a/run.py +++ b/run.py @@ -1,11 +1,11 @@ def run(): - import librarySetup + from lib import librarySetup librarySetup.checkLibraries() - import setup - import bot - import online + from lib import setup + from lib import bot + from lib import online import os