Javelina/api/app.py

4 lines
45 B
Python
Raw Normal View History

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