From 4d3aa54f80f4ac3bdf927e3746478cec3bcb35e9 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 14 Mar 2026 13:31:28 +0200 Subject: Initial commit --- app/schemas/__init__.py | 0 app/schemas/auth.py | 0 app/schemas/schemas.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/schemas/__init__.py create mode 100644 app/schemas/auth.py create mode 100644 app/schemas/schemas.py (limited to 'app/schemas') diff --git a/app/schemas/__init__.py b/app/schemas/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/app/schemas/auth.py b/app/schemas/auth.py new file mode 100644 index 0000000..e69de29 diff --git a/app/schemas/schemas.py b/app/schemas/schemas.py new file mode 100644 index 0000000..e69de29 -- cgit v1.3-3-g829e