diff --git a/phaseplot/__init__.py b/phaseplot/__init__.py index db0816f..c5038fa 100644 --- a/phaseplot/__init__.py +++ b/phaseplot/__init__.py @@ -1 +1 @@ -from plotfuns import phase_portrait +from .plotfuns import phase_portrait