feat: python formatter finally working

This commit is contained in:
dextmorgn
2025-08-13 20:08:06 +02:00
parent 4d5f96bb8d
commit 7620a6d145
148 changed files with 6777 additions and 3269 deletions

View File

@@ -1,5 +1,6 @@
from pydantic import BaseModel
class ORMBase(BaseModel):
class Config:
from_attributes = True