Added the documentation to the authentication blueprint of the test site.

This commit is contained in:
依瑪貓 2023-04-24 14:00:32 +08:00
parent ded85d88f7
commit f6567794e0

View File

@ -25,6 +25,7 @@ from flask import Blueprint, render_template, Flask, redirect, url_for, \
from . import db
bp: Blueprint = Blueprint("auth", __name__, url_prefix="/")
"""The authentication blueprint."""
class User(db.Model):