diff --git a/README.txt b/BlackJack/README.txt similarity index 100% rename from README.txt rename to BlackJack/README.txt diff --git a/__init__.py b/BlackJack/__init__.py similarity index 100% rename from __init__.py rename to BlackJack/__init__.py diff --git a/config.py b/BlackJack/config.py similarity index 100% rename from config.py rename to BlackJack/config.py diff --git a/local/__init__.py b/BlackJack/local/__init__.py similarity index 100% rename from local/__init__.py rename to BlackJack/local/__init__.py diff --git a/local/chips.json b/BlackJack/local/chips.json similarity index 100% rename from local/chips.json rename to BlackJack/local/chips.json diff --git a/local/players.json b/BlackJack/local/players.json similarity index 100% rename from local/players.json rename to BlackJack/local/players.json diff --git a/plugin.py b/BlackJack/plugin.py similarity index 100% rename from plugin.py rename to BlackJack/plugin.py diff --git a/test.py b/BlackJack/test.py similarity index 100% rename from test.py rename to BlackJack/test.py