Initial commit

This commit is contained in:
2026-08-24 12:52:52 +12:00
commit 0cc0b814fa
12 changed files with 460 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from enum import StrEnum
class CustomError(StrEnum):
LLM_EXCEPTION = "Moo? (Something went wrong)"