chore: get the extension started

This commit is contained in:
Vlad Stan 2023-02-28 09:19:27 +02:00
parent 94ce670866
commit 9b6b1e87b9
4 changed files with 36 additions and 2 deletions

View file

@ -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