remove dependencies

This commit is contained in:
Yonokid
2025-06-12 10:15:11 -04:00
parent 4129fe5cdb
commit a9b9cb85ba
4 changed files with 14 additions and 207 deletions

View File

@@ -3,7 +3,6 @@ import math
import os
import tempfile
import time
import tomlkit
import zipfile
from dataclasses import dataclass, field
from functools import lru_cache
@@ -11,6 +10,7 @@ from pathlib import Path
from typing import Any
import pyray as ray
import tomlkit
#TJA Format creator is unknown. I did not create the format, but I did write the parser though.