8 lines
136 B
Python
8 lines
136 B
Python
"""
|
|
Python wrapper for the gromacs library.
|
|
"""
|
|
|
|
from .tpxio import TPXReader
|
|
from .xtcio import XTCReader
|
|
# from .enxio import EDRFile
|