configuration is now a TypedDict in its own module
This commit is contained in:
@@ -2,7 +2,6 @@ import shutil
|
||||
from pprint import PrettyPrinter
|
||||
from typing import Any
|
||||
|
||||
ConfigType = dict[str, str | dict[str, str | int | float]]
|
||||
ChatType = list[dict[str, str]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user