diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 00:03:04 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-04 00:03:04 +0300 |
| commit | 63e87a3ed84ee9e9e4a4ff329a40d2b7ce5e5d0d (patch) | |
| tree | c24731c200df3b5854a5abc14f7a5481a33d838a /app/models/__init__.py | |
| parent | d835d79eb24c730ec8148415113e846a01cefd19 (diff) | |
add profile
Diffstat (limited to 'app/models/__init__.py')
| -rw-r--r-- | app/models/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py index e69de29..603a57f 100644 --- a/app/models/__init__.py +++ b/app/models/__init__.py @@ -0,0 +1,5 @@ +# from .collections import Collection +from .image import Image +from .integrations import UserIntegration +from .profile import Profile +from .user import User |
