Clean up __init__.py

This commit is contained in:
Niels Müller
2016-06-07 11:15:04 +02:00
parent 3c3c1edb34
commit 0033cede6d

View File

@ -1,11 +1,7 @@
""" """
Python wrapper for gromacs tools. Python wrapper for the gromacs library.
""" """
from . import tpxio
# from . import xtcio
# from . import tngio
from .tpxio import TPXReader from .tpxio import TPXReader
from .xtcio import XTCReader from .xtcio import XTCReader
# from .enxio import EDRFile # from .enxio import EDRFile