DEBSOURCES
Skip Quicknav
sources / django-cte / 2.0.0-1 / django_cte / __init__.py
1234
from .cte import CTE, with_cte, CTEManager, CTEQuerySet, With # noqa __version__ = "2.0.0" __all__ = ["CTE", "with_cte"]