File: __init__.py

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

__version__ = '1.3.4'