Add missing setup files and add a nice logger

This commit is contained in:
Alex Selimov 2025-06-09 21:22:50 -04:00
parent ed38373d1e
commit 645d329321
7 changed files with 132 additions and 6 deletions

View file

@ -1,6 +1,6 @@
from dataclasses import dataclass
from typing import List
from pathlib import Path
from typing import List
@dataclass(frozen=True)