DeckBro implementation

This commit is contained in:
Luxferre
2025-12-31 22:49:24 +02:00
parent bd34cab673
commit e5c6e139d4
3 changed files with 167 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ from deck.http import auth_header, url_escape, form_encode
from deck.otp import totp, hotp, get_epoch
from deck import xlat
from app.ed import edit, view, edbuf, viewbuf, edurl, viewurl
from app.bro import bro
from app.blog import blogpost, blogpost_str, bloged
from app.llmchat import llmchat
try: