Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from typing import Any
|
||||
|
||||
JSONReturnType = dict[str, Any] | list[Any] | str | float | int | bool | None
|
||||
STRING_DELIMITERS: list[str] = ['"', "'", "“", "”"]
|
||||
Reference in New Issue
Block a user