Preformu / report /__init__.py
Kevinshh's picture
Upload full project
aecf8ce verified
raw
history blame contribute delete
177 Bytes
"""
Report package initialization.
"""
from .generator import ReportGenerator, create_sample_report
__all__ = [
"ReportGenerator",
"create_sample_report",
]