release/0.3.0 #10

Merged
pufereq merged 32 commits from release/0.3.0 into main 2025-09-19 13:28:10 +00:00
12 changed files with 356 additions and 64 deletions
Showing only changes of commit 6bbb152ae1 - Show all commits

View File

@@ -4,7 +4,6 @@ from __future__ import annotations
import flask
import flask_login
panel_bp: flask.Blueprint = flask.Blueprint(
"panel", __name__, url_prefix="/panel"
)