what I said in the last commit but correctly

This commit is contained in:
Anthony Samms
2025-11-07 16:29:11 -05:00
parent fc8dd75384
commit a48525e7b8
4 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from dataclasses import dataclass, field
from pathlib import Path
from typing import Any, TypedDict
from typing import Any, Optional, TypedDict
class GeneralConfig(TypedDict):
fps_counter: bool