Import both User and Chore models to fix relationships

This commit is contained in:
2026-01-28 08:23:59 +11:00
parent 7eb45c8b93
commit 1f58169043

View File

@@ -1 +1,5 @@
# Models package
from app.models.user import User
from app.models.chore import Chore
__all__ = ["User", "Chore"]