Skip to content

Commit

Permalink
feat: import default reports to package top level
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Aug 1, 2023
1 parent ed7d8bc commit fecd5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edvart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from importlib.metadata import PackageNotFoundError, version

from edvart import example_datasets
from edvart.report import DefaultReport, DefaultTimeseriesReport
from edvart.report import Report
from edvart.report import Report as create_report
from edvart.report import TimeseriesReport
Expand Down

0 comments on commit fecd5f2

Please sign in to comment.