chore(release): 0.2.0 #8

Merged
pufereq merged 47 commits from release/0.2.0 into main 2025-08-26 17:58:45 +00:00
20 changed files with 565 additions and 330 deletions
Showing only changes of commit 860ce5c836 - Show all commits

View File

@@ -1,14 +1,10 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
from typing import TYPE_CHECKING
import flask
import flask_login
if TYPE_CHECKING:
from werkzeug.wrappers import Response
panel_bp: flask.Blueprint = flask.Blueprint(
"panel", __name__, url_prefix="/panel"
)