Files
calendar/backend/main.py
T
2026-08-02 19:46:59 +02:00

7 lines
190 B
Python

# 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.
import fastapi
import time