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

6 lines
135 B
Python

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