6 lines
102 B
Python
6 lines
102 B
Python
"""AuthZ service helpers."""
|
|
|
|
from nanobot.authz.client import AuthzClient
|
|
|
|
__all__ = ["AuthzClient"]
|