Skip to content

Commit

Permalink
Include an importable data path that points to the example data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 18, 2023
1 parent 9e01a40 commit 86f8991
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sasdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
import os
from pathlib import Path

__version__ = "0.8.1"

# An importable path to the example data to
data_path: Path = Path(os.path.join(Path(os.path.dirname(__file__)), 'example_data'))

0 comments on commit 86f8991

Please sign in to comment.