Browse Source

Reapply "Merge branch 'unstable' of blezz-tech/sharix-open-backend into unstable"

This reverts commit 46638166218530b324102f8ef5c81f81458359f9.
blezz-tech 1 month ago
parent
commit
21a2c77fb6
3 changed files with 3 additions and 0 deletions
  1. 3 0
      models/__init__.py
  2. 0 0
      models/rating_neg.py
  3. 0 0
      models/rating_pos.py

+ 3 - 0
models/__init__.py

@@ -4,6 +4,9 @@ from .documents import Documents, DocumentFile
 from .orders import Orders
 from .permissions import Permissions
 from .provider import Provider
+from .rating_neg import RatingNeg
+from .rating_ok import RatingOk
+from .rating_pos import RatingPos
 from .relationship import Relationship
 from .resource import Resource
 from .service import Service

+ 0 - 0
models/reting_neg.py → models/rating_neg.py


+ 0 - 0
models/reting_pos.py → models/rating_pos.py