chore: get the extension started

This commit is contained in:
Vlad Stan 2023-02-28 09:19:27 +02:00
parent 03825d9144
commit 114c895732
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