1
0
Fork 0

account_service.py: module re is no longer necessary.

SPM2022F-CONTRIBUTORS-ChenQiuwei
Hui Lan 2022-11-03 22:21:34 +08:00
parent 702205940c
commit d3a796428d
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
from flask import *
from Login import check_username_availability, verify_user, add_user, get_expiry_date, change_password, UserName, WarningMessage
import re
# 初始化蓝图
accountService = Blueprint("accountService", __name__)