10 lines
133 B
Python
10 lines
133 B
Python
"""
|
|
Python wrapper for gromacs tools.
|
|
"""
|
|
|
|
from . import tpxio
|
|
from . import xtcio
|
|
from . import tngio
|
|
|
|
from .tpxio import TPXReader
|