BREATHE / backend /models /__init__.py
tannuiscoding's picture
added user and assessment files
5121000
raw
history blame contribute delete
92 Bytes
from .user import User
from .assessment import Assessment
__all__ = ["User", "Assessment"]