mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
7 lines
116 B
Python
7 lines
116 B
Python
from authority.sites import (
|
|
site,
|
|
get_check,
|
|
get_choices_for,
|
|
register,
|
|
unregister,
|
|
) # noqa
|