Files
Solo_bot/handlers/admin/users/users_keys/__init__.py
T

6 lines
252 B
Python

from ._common import router
from .edit import handle_key_edit # noqa: F401 — re-exported for users_tariffs.py
from . import config, edit, lifecycle, operations # noqa: F401 — trigger endpoint registration
__all__ = ["router", "handle_key_edit"]