Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
backend-compliance/compliance/services/__init__.py
Normal file
17
backend-compliance/compliance/services/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""
|
||||
Compliance Services Module.
|
||||
|
||||
Contains business logic services for the compliance module:
|
||||
- PDF extraction from BSI-TR and EU regulations
|
||||
- LLM-based requirement interpretation
|
||||
- Export generation
|
||||
"""
|
||||
|
||||
from .pdf_extractor import BSIPDFExtractor, BSIAspect, EURegulationExtractor, EUArticle
|
||||
|
||||
__all__ = [
|
||||
"BSIPDFExtractor",
|
||||
"BSIAspect",
|
||||
"EURegulationExtractor",
|
||||
"EUArticle",
|
||||
]
|
||||
Reference in New Issue
Block a user