File: __init__.py

package info (click to toggle)
django-cte 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 356 kB
  • sloc: python: 3,245; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
from .cte import CTE, with_cte, CTEManager, CTEQuerySet, With  # noqa

__version__ = "2.0.0"
__all__ = ["CTE", "with_cte"]