Files
Iwwww 1b864228d4 feat(api): add backend
routes and WebSockets
2025-12-26 19:26:06 +03:00

6 lines
83 B
Python

from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
pass