Move slowAPI to submodule

This commit is contained in:
0880
2026-01-17 15:13:58 +03:30
parent af254864bd
commit 8e14646806
3 changed files with 1 additions and 272 deletions

2
app.py
View File

@@ -8,7 +8,7 @@ from itertools import product
from pathlib import Path
from typing import Any
from slow import JSONAPI, App, HTTPResponse, JSONResponse, Request, render
from libs.slow import JSONAPI, App, HTTPResponse, JSONResponse, Request, render
class Coord: