File: __init__.py

package info (click to toggle)
python-pwdlib 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 328; makefile: 12
file content (3 lines) | stat: -rw-r--r-- 63 bytes parent folder | download
1
2
3
from .base import HasherProtocol

__all__ = ["HasherProtocol"]