Skip to content

Commit

Permalink
Merge pull request #2 from openearth/fix/cleanup
Browse files Browse the repository at this point in the history
expose functions
  • Loading branch information
Fedor Baart authored Mar 9, 2020
2 parents a03f790 + 6a78a83 commit 1e3bee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ddlpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
__author__ = """Fedor Baart"""
__email__ = 'fedor.baart@deltares.nl'
__version__ = '0.1.0'

from ddlpy.ddlpy import locations
from ddlpy.ddlpy import measurements

__all__ = ['locations', 'measurements']

0 comments on commit 1e3bee2

Please sign in to comment.