first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:25:19 +03:00
commit 361dbef019
25 changed files with 814 additions and 0 deletions

3
app/db/base.py Normal file
View File

@@ -0,0 +1,3 @@
from sqlmodel import SQLModel
__all__ = ["SQLModel"]