1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 06:55:09 +00:00

Add search routes

This commit is contained in:
RGBCube 2022-06-28 16:27:00 +03:00
parent ea545e27a3
commit ccae209793
2 changed files with 182 additions and 2 deletions

View file

@ -3,7 +3,7 @@ from __future__ import annotations
__all__ = ("generate",)
from random import randint
from typing import Tuple, Optional # , Any
from typing import Optional, Tuple # , Any
types = {
"string": "str",