7 lines
95 B
Python
7 lines
95 B
Python
|
|
"""
|
||
|
|
PDF Service Package
|
||
|
|
"""
|
||
|
|
from .base_pdf_service import PDFService
|
||
|
|
|
||
|
|
__all__ = ['PDFService']
|