added some more testing stuff

This commit is contained in:
Vxrtrauter
2025-10-17 21:23:17 +02:00
parent 2f78b812ba
commit 5637e80657
2 changed files with 18 additions and 3 deletions
+7
View File
@@ -20,3 +20,10 @@ class AppState:
aria2_threads: int = 4
state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloads=[], download_path="")
@dataclass
class Post:
id: int
title: str
url: str
author: str