capichat/main.py

3 lines
43 B
Python
Raw Normal View History

2023-03-22 22:16:59 -03:00
from fastapi import FastAPI
2023-03-22 22:46:36 -03:00
app =FastAPI()