""" checks — Cookie-banner compliance checkers (L1/L2 hierarchy). Provides a structured checklist for verifying cookie banner compliance against EDPB guidelines, CNIL enforcement, EuGH rulings, and national law. Two check levels: L1 — "Does the banner meet this fundamental requirement?" L2 — "Is the specific sub-requirement fulfilled correctly?" """ from .banner_checks import BANNER_CHECKLIST __all__ = [ "BANNER_CHECKLIST", ]