From 3ee4ed7e7f242f9eff962cd975abf30ca6dfd172 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 27 Apr 2026 17:59:10 +0200 Subject: [PATCH] add initial frontend and test module files --- frontend/app/__init__.py | 0 frontend/app/main.py | 0 frontend/tests/__init__.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 frontend/app/__init__.py create mode 100644 frontend/app/main.py create mode 100644 frontend/tests/__init__.py diff --git a/frontend/app/__init__.py b/frontend/app/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/frontend/app/main.py b/frontend/app/main.py new file mode 100644 index 0000000..e69de29 diff --git a/frontend/tests/__init__.py b/frontend/tests/__init__.py new file mode 100644 index 0000000..e69de29