chore: organize imports

This commit is contained in:
Yonokid
2025-12-27 13:26:24 -05:00
parent 174f322696
commit e719119764
38 changed files with 210 additions and 101 deletions

View File

@@ -1,9 +1,10 @@
from pathlib import Path
import tomlkit
import json
from pathlib import Path
from typing import TypedDict
import pyray as ray
import tomlkit
class GeneralConfig(TypedDict):
fps_counter: bool