"""
AuditWhizz AutoExtract - Auto Clicker Application

This package contains the modular components of the auto clicker application.
"""

from .app import ClickRecorderApp

__version__ = "1.0.0"
__all__ = ["ClickRecorderApp"]