🚚(api) split API module in client/resource_server

To improve readability and code sharing we group all
APIs into the same "api" module for each application.

Next submodules might be "scim",
"resource_server_scim", ...

The only shared module is the "permissions" one for now.
This commit is contained in:
Quentin BEY
2024-11-25 14:44:34 +01:00
committed by BEY Quentin
parent 478a3ffbd1
commit d6f1cae9e9
19 changed files with 19 additions and 17 deletions

View File

@@ -0,0 +1 @@
"""Mailbox manager client API module."""