Added the account management.

This commit is contained in:
2023-02-01 15:37:56 +08:00
parent 14638f574e
commit e9f6b769f4
24 changed files with 1549 additions and 5 deletions

View File

@ -19,6 +19,8 @@
"""
from flask import Flask, Blueprint
from .models import BaseAccount
def init_app(app: Flask, bp: Blueprint) -> None:
"""Initialize the application.