about summary refs log tree commit diff
path: root/gn_libs/privileges/__init__.py
blob: 0cab6b3e9f5fd3b5c0dd33c109d3db1d82720bcc (plain)
1
2
3
4
5
6
"""This package contains code useful for checking privileges."""
from .authspec import (check,
                       parse,
                       SpecificationValueError,
                       privileges_fulfill_specs)
from . import resources