File: __init__.py

package info (click to toggle)
python-precis-i18n 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: python: 1,824; sh: 28; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
"""PRECIS-i18n: Internationalized Usernames and Passwords."""

__version__ = "1.1.2"

from precis_i18n.factory import get_profile as get_profile  # noqa: F401