File: __init__.py

package info (click to toggle)
python-peakutils 1.3.4%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 423; makefile: 150; sh: 6
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
from .baseline import *
from .peak import *
from .prepare import *

__version__ = '1.3.5'