Initial MVP skeleton with auth, chat persistence, UI and text LLM integration
This commit is contained in:
3
backend/app/db/base_class.py
Normal file
3
backend/app/db/base_class.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from sqlalchemy.orm import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
Reference in New Issue
Block a user