diff --git a/__init__.py b/llpython/__init__.py similarity index 100% rename from __init__.py rename to llpython/__init__.py diff --git a/byte_control.py b/llpython/byte_control.py similarity index 100% rename from byte_control.py rename to llpython/byte_control.py diff --git a/byte_flow.py b/llpython/byte_flow.py similarity index 100% rename from byte_flow.py rename to llpython/byte_flow.py diff --git a/byte_translator.py b/llpython/byte_translator.py similarity index 100% rename from byte_translator.py rename to llpython/byte_translator.py diff --git a/bytecode_visitor.py b/llpython/bytecode_visitor.py similarity index 100% rename from bytecode_visitor.py rename to llpython/bytecode_visitor.py diff --git a/bytetype.py b/llpython/bytetype.py similarity index 100% rename from bytetype.py rename to llpython/bytetype.py diff --git a/control_flow.py b/llpython/control_flow.py similarity index 100% rename from control_flow.py rename to llpython/control_flow.py diff --git a/gen_bytecode_visitor.py b/llpython/gen_bytecode_visitor.py similarity index 100% rename from gen_bytecode_visitor.py rename to llpython/gen_bytecode_visitor.py diff --git a/nobitey.py b/llpython/nobitey.py similarity index 100% rename from nobitey.py rename to llpython/nobitey.py diff --git a/opcode_util.py b/llpython/opcode_util.py similarity index 100% rename from opcode_util.py rename to llpython/opcode_util.py diff --git a/phi_injector.py b/llpython/phi_injector.py similarity index 100% rename from phi_injector.py rename to llpython/phi_injector.py diff --git a/pyaddfunc.py b/llpython/pyaddfunc.py similarity index 100% rename from pyaddfunc.py rename to llpython/pyaddfunc.py diff --git a/tests/__init__.py b/llpython/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to llpython/tests/__init__.py diff --git a/tests/llfuncs.py b/llpython/tests/llfuncs.py similarity index 100% rename from tests/llfuncs.py rename to llpython/tests/llfuncs.py diff --git a/tests/llfunctys.py b/llpython/tests/llfunctys.py similarity index 100% rename from tests/llfunctys.py rename to llpython/tests/llfunctys.py