File: __init__.py

package info (click to toggle)
python-persisting-theory 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: python: 423; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
from .registries import (
    Registry,
    meta_registry,
    QuerySet,
    Manager,
    MultipleObjectsReturned,
    DoesNotExist,
)

__version__ = "1.0"