This commit is contained in:
2026-04-23 13:57:56 -06:00
parent 0c6de0babe
commit 028ea6e5f9
93 changed files with 321 additions and 1454 deletions

View File

@@ -12,8 +12,8 @@ limitations under the License.
"""
import os
import time
import random
import time
from PIL import Image, ImageDraw, ImageFont

View File

@@ -1,6 +1,6 @@
from . import Captcha
from ..api import APIView
from ..shortcuts import img2base64
from . import Captcha
class CaptchaAPIView(APIView):