Files
beaver_project/app-instance/backend/nanobot/authz/__init__.py
2026-03-13 16:40:08 +08:00

6 lines
102 B
Python

"""AuthZ service helpers."""
from nanobot.authz.client import AuthzClient
__all__ = ["AuthzClient"]