Skip to content

Commit

Permalink
Make objects accesible from top level module
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ott committed Nov 19, 2022
1 parent 91e1ba8 commit 92fbe61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stormcatchments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = '0.2.0'

from . import constants, delineate, network, terrain
from .network import Network
from .delineate import Delineate

0 comments on commit 92fbe61

Please sign in to comment.