diff --git a/se/py/LICENSE b/se/core/LICENSE similarity index 100% rename from se/py/LICENSE rename to se/core/LICENSE diff --git a/se/py/__init__.py b/se/core/__init__.py similarity index 100% rename from se/py/__init__.py rename to se/core/__init__.py diff --git a/se/py/app_cocoa.py b/se/core/app_cocoa.py similarity index 100% rename from se/py/app_cocoa.py rename to se/core/app_cocoa.py diff --git a/se/py/data.py b/se/core/data.py similarity index 100% rename from se/py/data.py rename to se/core/data.py diff --git a/se/py/fs.py b/se/core/fs.py similarity index 100% rename from se/py/fs.py rename to se/core/fs.py diff --git a/se/py/tests/__init__.py b/se/core/tests/__init__.py similarity index 100% rename from se/py/tests/__init__.py rename to se/core/tests/__init__.py diff --git a/se/py/tests/fs_test.py b/se/core/tests/fs_test.py similarity index 100% rename from se/py/tests/fs_test.py rename to se/core/tests/fs_test.py