diff --git a/backend/app/core/__init__.py b/backend/app/core/__init__.py new file mode 100644 index 0000000..5bf0122 --- /dev/null +++ b/backend/app/core/__init__.py @@ -0,0 +1 @@ +"""Core utilities: security, tenant context, exceptions, permissions."""