use NestedDeserializableDataclass for config

This commit is contained in:
Alex 2025-01-07 01:43:39 +03:00
parent 96664684f8
commit 3eb358d618
13 changed files with 188 additions and 130 deletions

View file

@ -4,9 +4,10 @@ import getpass
import json
import os
from common import CONFIG_FILE
from nio import AsyncClient, LoginResponse
from misc.common import CONFIG_FILE
async def main() -> None:
try: