From fa7452e4f08352526257d1f0dc5181302a55d3e2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 10 Jun 2024 15:22:20 -0500 Subject: Provide some endpoints for privileges. --- gn_auth/auth/authorisation/privileges/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gn_auth/auth/authorisation/privileges/__init__.py (limited to 'gn_auth/auth/authorisation/privileges/__init__.py') diff --git a/gn_auth/auth/authorisation/privileges/__init__.py b/gn_auth/auth/authorisation/privileges/__init__.py new file mode 100644 index 0000000..18c7f5d --- /dev/null +++ b/gn_auth/auth/authorisation/privileges/__init__.py @@ -0,0 +1,5 @@ +"""Package for Privileges.""" +from .models import (Privilege, + user_privileges, + privileges_by_ids, + db_row_to_privilege) -- cgit v1.2.3