hesabixArc/hesabixAPI/app/services/pdf/__init__.py

7 lines
95 B
Python

"""
PDF Service Package
"""
from .base_pdf_service import PDFService
__all__ = ['PDFService']