fix: add missing __init__.py files for parser-service modules

This commit is contained in:
Apple
2025-11-15 13:15:16 -08:00
parent 5e7cfc019e
commit 0f6cfe046f
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""
PARSER Service - Document Ingestion & Structuring Agent
"""
__version__ = "1.0.0"

View File

@@ -0,0 +1,4 @@
"""
API endpoints module
"""

View File

@@ -0,0 +1,4 @@
"""
Core configuration and utilities
"""