app/main.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-02 10:33:22 +02:00
parent 7104e1c286
commit 0764a91c2a

View File

@ -1,3 +1,6 @@
"""
Version 0.1
"""
from __future__ import annotations
from fastapi import FastAPI
from .config import get_settings