Added lnurl helper, and I hate mypy
This commit is contained in:
parent
a8e05612da
commit
5a2ba743cf
7 changed files with 275 additions and 286 deletions
2
views.py
2
views.py
|
|
@ -1,3 +1,5 @@
|
|||
# Description: Add your page endpoints here.
|
||||
|
||||
from http import HTTPStatus
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue