Skip to content

Commit

Permalink
expose the API in the top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Feb 24, 2024
1 parent b028935 commit a19bddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dvc/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from .artifacts import artifacts_show
from .data import get_url, open, read
from .dataset import get as get_dataset
from .experiments import exp_save, exp_show
from .scm import all_branches, all_commits, all_tags
from .show import metrics_show, params_show
Expand All @@ -14,6 +15,7 @@
"artifacts_show",
"exp_save",
"exp_show",
"get_dataset",
"get_url",
"metrics_show",
"open",
Expand Down

0 comments on commit a19bddd

Please sign in to comment.