fix: core => tools

This commit is contained in:
han0
2020-11-18 14:33:29 +08:00
parent 373509ea79
commit a1ff4d170a
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ import string
from six.moves.urllib import parse as urlparse
"""
工具函数集
"""
def valid_email(email):
"""