forked from mrlan/EnglishPal
				
			account_service.py: module re is no longer necessary.
							parent
							
								
									702205940c
								
							
						
					
					
						commit
						d3a796428d
					
				| 
						 | 
				
			
			@ -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__)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue