Skip to content

Commit

Permalink
expose utils to main api
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Jan 17, 2024
1 parent 6ad3a90 commit c704854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eva/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""EVA core API."""
from eva import data
from eva import data, utils

__all__ = ["data"]
__all__ = ["data", "utils"]

0 comments on commit c704854

Please sign in to comment.