3 lines
110 B
Python
3 lines
110 B
Python
__all__ = ["Report", "_ReportScraper", "open_report"]
|
|
from .report import Report, _ReportScraper, open_report
|