wag-managment-api-service-v.../Services/PostgresDb/__init__.py

7 lines
136 B
Python

from Services.PostgresDb.Models.mixins import CrudCollection, BaseCollection
__all__ = [
"CrudCollection",
"BaseCollection",
]