5 lines
103 B
Python
5 lines
103 B
Python
|
|
"""Report 模块"""
|
||
|
|
from report.report_generator import ReportGenerator
|
||
|
|
|
||
|
|
__all__ = ["ReportGenerator"]
|