Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 authored Jun 29, 2024
1 parent e9dbff0 commit 493a2b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlclouds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"""MLClouds library."""
import os

from .version import __version__

MLCLOUDSDIR = os.path.dirname(os.path.realpath(__file__))
TESTDATADIR = os.path.join(os.path.dirname(MLCLOUDSDIR), 'tests', 'data')
PROD_DIR = os.path.join(MLCLOUDSDIR, 'model/production_model')
Expand Down

0 comments on commit 493a2b1

Please sign in to comment.