chore: get the extension started
This commit is contained in:
parent
94ce670866
commit
9b6b1e87b9
4 changed files with 36 additions and 2 deletions
3
views.py
3
views.py
|
|
@ -1,7 +1,8 @@
|
|||
import json
|
||||
from http import HTTPStatus
|
||||
|
||||
from fastapi import Depends, Request, HTMLResponse
|
||||
from fastapi import Depends, Request
|
||||
from starlette.responses import HTMLResponse
|
||||
from fastapi.templating import Jinja2Templates
|
||||
from loguru import logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue