Javelina/api/app.py

4 lines
45 B
Python
Raw Normal View History

2024-02-04 01:55:51 +02:00
from fastapi import FastAPI
app = FastAPI()