notion/api.py

4 lines
45 B
Python
Raw Permalink Normal View History

2022-03-05 23:16:26 +08:00
from fastapi import FastAPI
app = FastAPI()