ad06fe7de4
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
6 lines
94 B
Python
6 lines
94 B
Python
from __future__ import annotations
|
|
|
|
from models.profile import Profile
|
|
|
|
__all__ = ["Profile"]
|