diff --git a/app.py b/app.py index 5b98e12..0b3b275 100644 --- a/app.py +++ b/app.py @@ -1,5 +1,8 @@ import asyncio import json +import random +import re +import string import uuid from collections.abc import Iterator from datetime import datetime, timedelta, timezone @@ -8,7 +11,15 @@ from itertools import product from pathlib import Path from typing import Any -from libs.slow import JSONAPI, App, HTTPResponse, JSONResponse, Request, render +from libs.slow import ( + JSONAPI, + App, + HTTPResponse, + JSONResponse, + Request, + redirect, + render, +) class Coord: