示例#1
0
 class UserEmail:
     EMAIL_REGEX = LazyRegexCompiler("@")
示例#2
0
 class UserEmail(object):
     EMAIL_REGEX = LazyRegexCompiler("@")