diff --git a/pe/py/LICENSE b/pe/core/LICENSE similarity index 100% rename from pe/py/LICENSE rename to pe/core/LICENSE diff --git a/pe/py/__init__.py b/pe/core/__init__.py similarity index 100% rename from pe/py/__init__.py rename to pe/core/__init__.py diff --git a/pe/py/app_cocoa.py b/pe/core/app_cocoa.py similarity index 100% rename from pe/py/app_cocoa.py rename to pe/core/app_cocoa.py diff --git a/pe/py/block.py b/pe/core/block.py similarity index 100% rename from pe/py/block.py rename to pe/core/block.py diff --git a/pe/py/cache.py b/pe/core/cache.py similarity index 100% rename from pe/py/cache.py rename to pe/core/cache.py diff --git a/pe/py/data.py b/pe/core/data.py similarity index 100% rename from pe/py/data.py rename to pe/core/data.py diff --git a/pe/py/gen.py b/pe/core/gen.py similarity index 100% rename from pe/py/gen.py rename to pe/core/gen.py diff --git a/pe/py/matchbase.py b/pe/core/matchbase.py similarity index 100% rename from pe/py/matchbase.py rename to pe/core/matchbase.py diff --git a/pe/py/modules/block/block.pyx b/pe/core/modules/block/block.pyx similarity index 100% rename from pe/py/modules/block/block.pyx rename to pe/core/modules/block/block.pyx diff --git a/pe/py/modules/block/setup.py b/pe/core/modules/block/setup.py similarity index 100% rename from pe/py/modules/block/setup.py rename to pe/core/modules/block/setup.py diff --git a/pe/py/modules/cache/cache.pyx b/pe/core/modules/cache/cache.pyx similarity index 100% rename from pe/py/modules/cache/cache.pyx rename to pe/core/modules/cache/cache.pyx diff --git a/pe/py/modules/cache/setup.py b/pe/core/modules/cache/setup.py similarity index 100% rename from pe/py/modules/cache/setup.py rename to pe/core/modules/cache/setup.py diff --git a/pe/py/scanner.py b/pe/core/scanner.py similarity index 100% rename from pe/py/scanner.py rename to pe/core/scanner.py diff --git a/pe/py/tests/__init__.py b/pe/core/tests/__init__.py similarity index 100% rename from pe/py/tests/__init__.py rename to pe/core/tests/__init__.py diff --git a/pe/py/tests/block_test.py b/pe/core/tests/block_test.py similarity index 100% rename from pe/py/tests/block_test.py rename to pe/core/tests/block_test.py diff --git a/pe/py/tests/cache_test.py b/pe/core/tests/cache_test.py similarity index 100% rename from pe/py/tests/cache_test.py rename to pe/core/tests/cache_test.py