SantoshKumar1310's picture
Upload folder using huggingface_hub
63590dc verified
raw
history blame contribute delete
164 Bytes
# Utils package initialization
from .data_handler import DataHandler
from .report_generator import ReportGenerator
__all__ = ['DataHandler', 'ReportGenerator']