الملفات
Ghaymah-fastapi-starter/main.py
2025-04-15 15:49:05 +02:00

7 أسطر
122 B
Python

from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def root():
return {"message": "MARHABA in Ghaymah"}