File: __init__.py

package info (click to toggle)
python-dynasor 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,008 kB
  • sloc: python: 5,263; sh: 20; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
from dynasor.trajectory.trajectory import Trajectory, WindowIterator


__all__ = ['Trajectory', 'WindowIterator']