"""
Sous-modules fonctionnels utilisés par ModernWebSentinelGUI.
"""

from .license import LicenseSection
from .sast import SASTSection
from .history import HistorySection
from .payment import PaymentSection

__all__ = ["LicenseSection", "SASTSection", "HistorySection", "PaymentSection"]
