MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

Ease pyphysio imports #32

Closed andbiz closed 7 years ago

andbiz commented 7 years ago

Now we should write: import pyphysio.filters.FIlters as flt

why not just: import pyphysio.Filters as flt

Alebat commented 7 years ago

Also added test function to run tests from code