GDPRScanner/routes/__init__.py
2026-04-11 04:38:11 +02:00

9 lines
295 B
Python

"""
GDPR Scanner — Flask route blueprints.
Each module registers one Blueprint and imports shared state from
gdpr_scanner (the application entry point). Import order matters:
blueprints must be registered after `app` and all shared globals
(flagged_items, _connector, etc.) are defined.
"""