🎨 Various changes
- Changed source additional data to dict - Moved local cover saving into a manager - Added stub for itch cover manager
This commit is contained in:
@@ -3,7 +3,7 @@ from abc import abstractmethod
|
||||
from collections.abc import Iterable, Iterator
|
||||
from functools import wraps
|
||||
from pathlib import Path
|
||||
from typing import Generator, Any
|
||||
from typing import Generator, Any, TypedDict
|
||||
|
||||
from src import shared
|
||||
from src.game import Game
|
||||
|
||||
Reference in New Issue
Block a user