# -*- coding: utf-8 -*-
"""
Accounts Management Package

This package contains Django management commands for the accounts application.
These commands can be run using Django's manage.py command-line interface.

Commands included:
- User management commands
- Role and permission management
- Security maintenance tasks
- Data import/export utilities
- System cleanup operations

Author: Adtlas Development Team
Version: 1.0.0
Created: 2024
"""