Spaces:
Sleeping
Sleeping
File size: 195 Bytes
aacdfd5 |
1 2 3 4 |
# Import functions to make them available at the package level
from .excel_to_pdf import excel_to_pdf, convert_xls_to_xlsx
from .docx_to_pdf import docx_to_pdf
from .txt_to_pdf import txt_to_pdf |