configuration is now a TypedDict in its own module

This commit is contained in:
2023-08-16 08:14:41 +02:00
parent 4303fb414f
commit dc13213c4d
5 changed files with 43 additions and 26 deletions
-1
View File
@@ -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]]