5 lines
46 B
Python
5 lines
46 B
Python
|
from fastapi import FastAPI
|
||
|
|
||
|
|
||
|
|
||
|
app = FastAPI()
|