Skip to content

Commit

Permalink
Fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 29, 2024
1 parent 99cbcac commit 68fd24d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rdatasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
# See LICENSE for license details.


from .data import data, descr, get_data_path, items, packages, summary


__all__ = [s for s in dir() if not s.startswith('_')]

0 comments on commit 68fd24d

Please sign in to comment.