File: __init__.py

package info (click to toggle)
python-django-hashids 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 168 kB
  • sloc: python: 394; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 60 bytes parent folder | download
1
2
3
from .field import HashidsField

__all__ = ["HashidsField"]