mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 06:55:09 +00:00
Add search routes
This commit is contained in:
parent
ea545e27a3
commit
ccae209793
2 changed files with 182 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue