[V0.4] Added TODOs
This commit is contained in:
@@ -19,6 +19,7 @@ from core.database import Base # Import your Base
|
||||
from modules.auth.models import User # Example: Import User model
|
||||
from modules.calendar.models import CalendarEvent # Example: Import CalendarEvent model
|
||||
from modules.nlp.models import ChatMessage # Import the new ChatMessage model
|
||||
from modules.todo.models import Todo # Import the new Todo model
|
||||
# Add imports for any other models you have
|
||||
# ----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user