demo-fastapi/ajal_demo/app.py
2023-05-16 23:25:15 -04:00

3 lines
45 B
Python

from fastapi import FastAPI
app = FastAPI()