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

7 lines
95 B
Python
Raw Normal View History

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