diff --git a/__init__.py b/pomodoro_bot/__init__.py similarity index 100% rename from __init__.py rename to pomodoro_bot/__init__.py diff --git a/bot.py b/pomodoro_bot/bot.py similarity index 100% rename from bot.py rename to pomodoro_bot/bot.py diff --git a/main.py b/pomodoro_bot/main.py similarity index 100% rename from main.py rename to pomodoro_bot/main.py diff --git a/models.py b/pomodoro_bot/models.py similarity index 100% rename from models.py rename to pomodoro_bot/models.py diff --git a/redis_client.py b/pomodoro_bot/redis_client.py similarity index 100% rename from redis_client.py rename to pomodoro_bot/redis_client.py diff --git a/requirements.txt b/pomodoro_bot/requirements.txt similarity index 100% rename from requirements.txt rename to pomodoro_bot/requirements.txt diff --git a/time_magager.py b/pomodoro_bot/time_magager.py similarity index 100% rename from time_magager.py rename to pomodoro_bot/time_magager.py diff --git a/user_manager.py b/pomodoro_bot/user_manager.py similarity index 100% rename from user_manager.py rename to pomodoro_bot/user_manager.py