Skip to content

Commit

Permalink
rename rap to parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mberz committed Feb 14, 2025
1 parent 17ec934 commit c5490eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyrato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
)

from . import edc
from . import rap
from . import parameters
from . import dsp
from . import analytic
from . import parametric

from . import analytic

__all__ = [
'edc',
'rap',
'parameters',
'dsp',
'analytic',
'parametric',
Expand Down

0 comments on commit c5490eb

Please sign in to comment.