Added lnurl helper, and I hate mypy

This commit is contained in:
Arc 2024-11-18 20:49:24 +00:00
parent a8e05612da
commit 5a2ba743cf
7 changed files with 275 additions and 286 deletions

View file

@ -1,3 +1,5 @@
# Description: Add your page endpoints here.
from http import HTTPStatus
from fastapi import APIRouter, Depends, HTTPException, Request