Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Mar 23, 2023
1 parent cb9dc90 commit 5138492
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pedon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
# flake8: noqa
from . import _params, soil, soilmodel
from ._version import __version__
from .soil import Soil, SoilSample
from .soilmodel import Brooks, Fredlund, Gardner, Genuchten, Panday, plot_hcf, plot_swrc
from .soil import Soil as Soil
from .soil import SoilSample as SoilSample
from .soilmodel import Brooks as Brooks
from .soilmodel import Genuchten as Genuchten
from .soilmodel import Panday as Panday
from .soilmodel import plot_hcf, plot_swrc

0 comments on commit 5138492

Please sign in to comment.