quivr/backend/models
MaHDi 8af6d61e76
improve (importing): reorganization of the import structure (#964)
* reorganize import level

* add __init__, reorganize import from __init__

* reorganize import level

* reorganize import level

* fix circular import error by keep the import deep as "from models.settings"

* fix the relative import

* restor unwanted staged files

* add backend/venv and backend/.env to gitignore

* clean importing
2023-08-21 12:25:16 +02:00
..
databases feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
__init__.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
brain_entity.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
brains_subscription_invitations.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
brains.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
chat.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
chats.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
files.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
prompt.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
settings.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
sqlalchemy_repository.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
user_identity.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
users.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00