__init__.py 261 B

12345678
  1. # this should not be here, but there are users depending
  2. # on this being here, so let's leave it here so we don't
  3. # break them
  4. from psqlextra.query import PostgresQuerySet
  5. from .manager import PostgresManager
  6. __all__ = ["PostgresManager", "PostgresQuerySet"]