Initial commit

This commit is contained in:
2025-05-21 17:26:19 +02:00
commit 9e84f47c1f
16 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
from enum import Enum
class KakigooriImageFormat(str, Enum):
auto = "auto"
original = "original"
avif = "avif"
webp = "webp"