HH/apps/accounts/__init__.py
2025-12-24 12:42:31 +03:00

5 lines
118 B
Python

"""
Accounts app - User authentication and authorization
"""
default_app_config = 'apps.accounts.apps.AccountsConfig'