7 lines
135 B
Python
7 lines
135 B
Python
from Services.PostgresDb.Models.mixin import CrudCollection, BaseCollection
|
|
|
|
__all__ = [
|
|
"CrudCollection",
|
|
"BaseCollection",
|
|
]
|