Album skeleton creation

This commit is contained in:
Nick Pegg 2024-08-03 08:22:01 -07:00
parent 4e6cf1d499
commit e3816dfdb7
8 changed files with 85 additions and 29 deletions

View file

@ -1,7 +1,6 @@
from dataclasses import dataclass, field
from typing import Iterator
from dataclasses import dataclass
DEFAULT_CONFIG_PATH = "photoalbum.config.json"
DEFAULT_CONFIG_PATH = "photoalbum.conf.yml"
@dataclass