From 742a9c98804cdfe141b266a34905a634f73de3f7 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Mon, 26 Jan 2026 21:56:04 +1100 Subject: [PATCH] Add schemas __init__.py --- backend/app/schemas/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/app/schemas/__init__.py diff --git a/backend/app/schemas/__init__.py b/backend/app/schemas/__init__.py new file mode 100644 index 0000000..8d2fd85 --- /dev/null +++ b/backend/app/schemas/__init__.py @@ -0,0 +1 @@ +# Schemas package