forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-07 08:44:09 +02:00
parent 14926499dc
commit bbe69b826d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ from urllib.parse import urlencode
from files.mail import *
from files.__main__ import app, limiter
from files.helpers.const import *
import requests
valid_username_regex = re.compile("^[a-zA-Z0-9_\-]{3,25}$")
valid_password_regex = re.compile("^.{8,100}$")