fix: add missing __init__.py files for parser-service modules
This commit is contained in:
6
services/parser-service/app/__init__.py
Normal file
6
services/parser-service/app/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
PARSER Service - Document Ingestion & Structuring Agent
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user