From 4541d5627df349dbaa9770d0a733c2315e0d6d88 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 2 Aug 2026 19:46:59 +0200 Subject: [PATCH] added file sctructure --- backend/main.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index 8ef2d59..756281b 100644 --- a/backend/main.py +++ b/backend/main.py @@ -1,3 +1,6 @@ -# Python backend for a calender for my friend group. +# Python backend for a calender for my friend group. # We had the problem of never agreeing when or where -# we should meet up, and I hope this fixes the problem. \ No newline at end of file +# we should meet up, and I hope this fixes the problem. + +import fastapi +import time