Added lnurl helper, and I hate mypy

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

View file

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