12345678910 |
- from .base import PostgresModel
- from .partitioned import PostgresPartitionedModel
- from .view import PostgresMaterializedViewModel, PostgresViewModel
- __all__ = [
- "PostgresModel",
- "PostgresViewModel",
- "PostgresMaterializedViewModel",
- "PostgresPartitionedModel",
- ]
|